/**
  * @see Page::readData()
  */
 public function readData()
 {
     parent::readData();
     $ugb = new UserGuestbookData();
     $this->ugbData = $ugb->getGuestbookList($this->sortField, $this->sortOrder, $this->pageNo, $this->itemsPerPage);
 }