public void StartGame()
 {
     ContentHandler.LoadContent(Game);
     SetUpGame();
     InProgress = true;
 }