public ActionResult AlteraEvento(Evento obj) { EventoDAO dao = new EventoDAO(); dao.altera(obj); return(RedirectToAction("frmBuscaEvento")); }