void OnGameSelectionEvent(ChessGame game)
 {
     book.CurrentPage = CURRENT_GAME_PAGE;
     if (game.Equals (currentGame))
         return;
     SetGame (game);
     //Page = GAME_DETAILS_PAGE;
 }