// GET: Movimento
 public ActionResult Movimento()
 {
     return(View(regras.ListarMovto(1)));
 }