public ActionResult ModificarPersona(PersonaEN en) { return(Content(Convert.ToString(_dal.ModificarPersona(en)))); }