private void button1_Click(object sender, EventArgs e) { New_student form = new New_student(); form.Tag = this; form.Show(this); Hide(); }