public decimal GetCustomerAccountBalance(int customerAccountID)
 {
     return(CustomerAccountReceiptIntegration.GetCustomerAccountBalance(customerAccountID));
 }