public List <CustomerAccount> GetEligibleCustomerAccountListByCustomerID(int customerID, bool isProcessingApproval = false)
 {
     return(CustomerAccountIntegration.GetEligibleCustomerAccountListByCustomerID(customerID, isProcessingApproval));
 }