Dable.prototype.NextPage = function() {
  this.pageNumber += 1;
  this.GoToPage(this.pageNumber);
};