public function getTags()
 {
     $this->Tags = $this->Seo->getTags();
     $this->Tags .= $this->Seo->getLibs();
     echo $this->Tags;
 }