public function executeUnpopularTags()
 {
     $this->tags = QuestionTagPeer::getUnpopularTags();
 }