private static int GetCurrentHashCode()
 {
     return(LatestMap.ToXMap().ToString().GetHashCode());
 }
 public static void SaveAs(string fileName)
 {
     LatestMap.Save(fileName);
     _lastSaveHashCode = GetCurrentHashCode();
 }