public ActionResult Remover(int?id) { EventoDAO.RemoverEvento(EventoDAO.BuscarEventoPorId(id)); return(RedirectToAction("Index", "Evento")); }