private void OnSettingsItemClick(object sender, EventArgs e) { var form = new SettingsForm(); form.ShowDialog(this); }