   private void button6_Click(object sender, EventArgs e)
        {
            textBox1.Text = textBox1.Text.Remove(4, 5);

        }
