public function executeList()
 {
     $this->queries = QueryPeer::getPopularTags(100);
 }
 public function executeCloud()
 {
     $this->queries = QueryPeer::getPopularTags();
 }