public function pageDown()
 {
     $this->page = new Page($this->request->id);
     $this->page->down();
     $this->request->clear();
     $this->request->site = $this->page->pa_site;
     $this->flushCache();
 }