public IQueryable <TEntity> GetQuery()
 {
     return(repository.GetQuery(this));
 }