public List <TEntity> GetAll()
 {
     return(DbEntitySet.ToList());
 }