public int InsertPolicySurrender(PolicySurrender thePolicySurrender)
 {
     return(PolicySurrenderIntegration.InsertPolicySurrender(thePolicySurrender));
 }