// Para obtener por ID. public Materia obtenerPorID(int id) { try { return(materiaDal.obtenerPorID(id)); } catch (Exception ex) { throw; } }