Dable.prototype.PreviousPage = function() {
  this.pageNumber -= 1;
  this.GoToPage(this.pageNumber);
};