private void optionsToolStripMenuItem_Click(object sender, EventArgs e) { var optionsForm = new OptionsForm(); optionsForm.ShowDialog(this); }