private void kryptonContextMenuItem2_Click(object sender, EventArgs e) { bool OKCancel = Infinium.LightMessageBox.Show(ref TopForm, true, "Удалить позицию?", "Удаление"); if (OKCancel) { DiscountsManager.RemoveDiscountVolume(); } }