private void backB_Click(object sender, EventArgs e) { cla = new Classroom(); this.Hide(); cla.Show(); }