private void optionsToolStripMenuItem_Click(object sender, EventArgs e) { FrmOptions frmOptions = new FrmOptions(); frmOptions.Show(this); }