public CustomerAccountReceipt GetFirstReceiptByCustomerAccountID(int customerAccountID)
 {
     return(CustomerAccountReceiptIntegration.GetFirstReceiptByCustomerAccountID(customerAccountID));
 }