public KeyboardControllerImpl()
 {
     Keyboards = new KeyboardCollection();
     EventHandlers = new Dictionary<Control, object>();
     LanguagesAlreadyShownKeyboardNotFoundMessages = new List<string>();
 }