private void ContactMeToolStripMenuItem_Click(object sender, EventArgs e) { Form contactForm = new ContactMe(); contactForm.Show(); }