public bool Run()
 {
     CGame.BuildGameboard();
     //Go to pause and stop clock tick
     CGame.Pause();
     CGame.PrintGameBoard();
     VPause.Print(height: MGame.Instance.Map.Height, width: MGame.Instance.Map.Width);
     return(true);
 }