public int CancelCustomerAccountReceipt(CustomerAccountReceipt theCustomerAccountReceipt)
 {
     return(CustomerAccountReceiptIntegration.CancelCustomerAccountReceipt(theCustomerAccountReceipt));
 }