char? a =   karkter(e);
           if (a!='\b')
           {
               textBox1.Text += a + " -"; 
           }
           else
           {
             textBox1.Text=  textBox1.Text.Remove(textBox1.TextLength-1, 1);
                
           }