public void InactivarMateria(int id) { MateriaDAL materiaDal = new MateriaDAL(); materiaDal.InactivarMateria(id); }