public StudentController(SchoolContext context)
 {
     _context    = context;
     _repository = new StudentRepository(context);
 }