private void removeOption() { if (Opt != null) { service.RemoveOption(Opt); } suppresion?.Invoke(this, EventArgs.Empty); }