void OptionsToolStripMenuItemClick(object sender, EventArgs e) { Options options = new Options(); options.Show(); }