public void Disable(ShippingMethod method)
 {
     method.Disable();
 }