private void ItemInfo_PricingStyleChanged(ItemInfo item, ItemInfo.PricingStyles pricing_style)
 {
     if (this.Changed != null)
     {
         this.Changed(this);
     }
 }
 private void ItemInfo_PricingStyleChanged(ItemInfo item, ItemInfo.PricingStyles pricing_style)
 {
     this.UpdateCost();
     return;
 }