public static SaveResult Insert(TaxRuleShipZone taxRuleShipZone)
 {
     return(taxRuleShipZone.Save());
 }
 public static SaveResult Update(TaxRuleShipZone taxRuleShipZone)
 {
     return(taxRuleShipZone.Save());
 }