public void TypeLetter()
 {
     typeIndex++;
     display.PaintLetter();
     //remove the letter on screen
 }