    private void B8_Click(object sender, EventArgs e)
        {
            if (last != ' ') textBox1.Clear();
            if (lastop) textBox1.Clear();
            textBox1.Text += "8";
            last = ' ';
            lastop = false;
       
        }
