protected async System.Threading.Tasks.Task <System.Collections.Generic.ICollection <TEntity> > GetAll()
 {
     return(await _dbSet.ToListAsync());
 }