public ActionResult InsertarTipo(TiposEve tip) { BD.AgregarTipo(tip.TipEve); return(RedirectToAction("TiposEve", "BackOffice")); }