static void Main(string[] args)
 {
     Game play = new Game();
         play.PlayGame();
         Console.ReadLine();
 }