private void OnModifyingShipper(object sender, ModifyShipperEventArgs e)
 {
     operations.ModifyShipper(e.ModifiedShipper);
 }