private void aboutMenuItem_Click(object sender, EventArgs e) { aboutForm about = new aboutForm(); about.ShowDialog(); }