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