 private void Form1_Load(object sender, EventArgs e)
        {
            label1.Text = "Element";
            button1.Text = "Insert";
            button2.Text = "Delete";
            button3.Text = "Close";
            listBox1.Sorted = false;

        }

  
