// GET: Pagamento
 public ActionResult Index()
 {
     return(View(pagamentoDAO.Lista()));
 }