private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { Form about = new About(); about.ShowDialog(); }