public IQueryable <CustomerEntity> GetCustomerQuery() { return(mongoDbService.GetQueryable <CustomerEntity>()); }