void OnAddSymbol(object sender, EventArgs e) { var dialog = new NewSymbolDialog(this.m_symbols, this.calculator); dialog.ShowDialog(); }