public bool Load(CustomerDemographicsQuery query)
 {
     this.query = query;
     InitQuery(this.query);
     return(this.Query.Load());
 }