private void DrawTheGame(Graphics g) { _currentGame.DrawTheGame(g); }
private void DrawTheGame(Graphics g)// DRAW GAME { _currentGame.DrawTheGame(g); }