public StudentController(IRepositorySchool repository) { this.repository = repository; }
public ClassController(IRepositorySchool repository) { this.repository = repository; }