private void memberToolStripMenuItem_Click(object sender, EventArgs e) { this.Hide(); Registration1 a = new Registration1(); a.Show(); }