private void metroButton1_Click_1(object sender, EventArgs e) { AStudent aa = new AStudent(); aa.Show(); this.Hide(); }