void ClearSelection(KeyEventArgs args)
 {
     Caret.ClearSelection();
 }
 protected void SelectAll()
 {
     Caret.SelectAll();
 }