private void cancel_Click(object sender, EventArgs e) { this.Hide(); MAIN f2 = new MAIN(); f2.Show(); }