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