public BaseRepository(PracticeEntities Context)
 {
     this.Context = Context;
     this.DbSet   = Context.Set <TEntity>();
 }