public List <CustomerAccountReceipt> GetCustomerAccountReceiptsByDCAccountID(int DCAccountID)
 {
     return(CustomerAccountReceiptIntegration.GetCustomerAccountReceiptsByDCAccountID(DCAccountID));
 }