public function getLinkCategoriesEditButtom()
 {
     $html = $this->Html;
     $title = __('事業目的編集');
     $url = UrlUtil::getCategoriesEditButtom();
     $options = array();
     return $html->link($title, $url, $options);
 }