function Paginatore(valore){
document.getElementById("Limit").value = valore;
document.getElementById("forma").submit();
}

