private void Button2_Click(object sender, EventArgs e) { Admin_Faculty afac = new Admin_Faculty(); afac.Show(); this.Hide(); }