public SavedCommandSelectedEventArgs(SavedCommand cmd)
 {
     Command = cmd;
 }
 private void OnSavedCommandSelected(SavedCommand cmd)
 {
     RaiseEvent(new RoutedEventArgs(SavedCommandSelectedEvent));
 }