public IQueryable <T> QueryTenant <T>() where T : TenantEntity { return(_securityPolicy.FilterTenant(Query_Internal <T>())); }