public ExcerciseRepository(HarpreetEntities entities)
 {
     this._entities = entities;
 }