private void profileToolStripMenuItem_Click(object sender, EventArgs e) { UserPage Form1 = new UserPage(); Form1.Show(); }