public ActionResult AgregarMateria(MateriaEN en) { return(Content(Convert.ToString(_dalM.AgregarMateria(en)))); }