public void create() {
   grid.create();
   highlighted = 0;
   statusLine = "New Sudoku Puzzle created";
   notifyObservers();
 }