public void RestoreSnapshot(IMemento snapshot) { Tiles = snapshot.GetTiles(); Theme = snapshot.GetTheme(); }