private void TakeSnapshot(bool userInitiated)
 {
     m_snapshots.Add(Snapshot.TakeSnapshot(userInitiated));
     UpdateRestoreChoicesInMenu();
 }