/*
  * Show the whole board
  */
 public void showJeopardyBoard() {
   boardViz.showGrid();
 }