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