public void LoadGame()
 {
     story.LoadStory();
     foreach (NPC npc in allNpc)
     {
         npc.LoadNPC();
     }
 }