Dable.prototype.FirstPage = function() {
  this.pageNumber = 0;
  this.GoToPage(this.pageNumber);
};