       private void button3_Click(object sender, EventArgs e)
        {
            listBox2.Hide();
            if (a.Count >= 1)
            {
                a.RemoveAt(0);
                listBox1.Items.RemoveAt(0);
            }
        }

  
