private void Copy(object sender, RoutedEventArgs e)
 {
     RTBeditor.Copy();
 }