private void pictureBox1_Click(object sender, EventArgs e) { back = new Student(); back.Show(); this.Hide(); }