public ActionResult Index() { EventoDAL evento = new EventoDAL(); IList <CadastroEventoModel> lista = evento.ListarTodos(); return(View(lista)); }