public MateriaDTO ObtenerMateria(int idMateria, int idInstitucion) { var b = new MateriaDAO(); return(b.ObtenerMateria(idMateria, idInstitucion)); }