/// <summary>
 /// Initializes static members of the <see cref="ShellViewModel" /> class.
 /// </summary>
 static ShellViewModel()
 {
     UndoRedoService = new UndoRedoService();
 }
 /// <summary>
 /// Initializes static members of the <see cref="ShellViewModel" /> class.
 /// </summary>
 static ShellViewModel()
 {
     UndoRedoService = new UndoRedoService();
 }