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