  private void Form1_Load(object sender, EventArgs e)
        {
            button1.Text = "Form2";
            button2.Text = "Close";

        }
