private void Button3_Click(object sender, EventArgs e) { Admin_Admin admin = new Admin_Admin(); admin.Show(); this.Hide(); }