public StudentRepository(SchoolEntities entities)
 {
     _entities = entities;
 }