private void button1_Click(object sender, EventArgs e) { Add_Simple_X add_x = new Add_Simple_X(this); add_x.Visible = true; this.Visible = false; }