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