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