       private void Form1_Load(object sender, EventArgs e)
        {
            label1.Text = "Element";
            button1.Text = " Insert";
            button2.Text = " ClearAll";
            button3.Text = " Remove 0";
            button4.Text = " Copy To";
            listBox2.Hide();
        }
