static void Options_Select(object sender, EventArgs e) { OptionsForm fmr = new OptionsForm(); fmr.ShowDialog(); }