public Task <List <TEntity> > GetAllAsync()
 {
     return(DbEntitySet.ToListAsync());
 }