public function getPosttags()
 {
     $res = Posttag::getByTagid($this->id);
     return $res;
 }