public function actionListExcludeTag()
 {
     $tagName = $this->getQuery('tagName');
     $accountId = $this->getAccountId();
     $helpdesks = HelpDesk::getExculdeTags([$tagName], $accountId);
     return $helpdesks;
 }