public void DrawGame(Graphics g) { chessGame.DrawGame(g); }
public void DrawGame(Graphics g) { aChessBoardView.DrawGame(g); }