public void HideKeyboard()
 {
     KeyboardWindow.HideKeyboard();
 }
 public void ShowKeyboard()
 {
     KeyboardWindow.ShowKeyboard();
 }