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