public List <CustomerAccount> GetCustomerAccountListByOfficeIDs(bool allOffices, string officeIDs)
 {
     return(CustomerAccountIntegration.GetCustomerAccountListByOfficeIDs(allOffices, officeIDs));
 }