public virtual void SelectAll()
 {
     if (textView != null)
     {
         textView.SelectAll(textView);
     }
 }