public EstudiantesController(ITLAContext context)
 {
     _context = context;
 }
 public AsignaturasController(ITLAContext context)
 {
     _context = context;
 }
 public ProfesoresController(ITLAContext context)
 {
     _context = context;
 }
 public CarrerasController(ITLAContext context)
 {
     _context = context;
 }
 public AsignaturasEstudiantesController(ITLAContext context)
 {
     _context = context;
 }