private void aboutPEIMSToolStripMenuItem_Click(object sender, EventArgs e) { AboutBox a = new AboutBox(); a.Show(); }