public void StartNewGame() { // Load Account Information // Create new game information Session = new Session(); Session.CreateFakeGame(); // Clear out the world Workshop.Clear(); // Load the world Workshop.Load(Session.Data); // Start a new day Session.NextPhase(); // Show the dock RefreshDock(); }