// Para eliminar public bool eliminar(int id) { try { return(materiaDal.eliminarMateria(id)); } catch (Exception ex) { throw; } }