public PolicySurrender GetSurrenderChargesbyCustomerAccountID(int customerAccountID)
 {
     return(PolicySurrenderIntegration.GetSurrenderChargesbyCustomerAccountID(customerAccountID));
 }
 public int InsertPolicySurrender(PolicySurrender thePolicySurrender)
 {
     return(PolicySurrenderIntegration.InsertPolicySurrender(thePolicySurrender));
 }
 public List <PolicySurrender> GetPolicySurrenderList(bool allOffices = false, bool showDeleted = false)
 {
     return(PolicySurrenderIntegration.GetPolicySurrenderList(allOffices, showDeleted));
 }