public function view()
 {
     parent::view();
     $this->set('ci', \Core::make('helper/concrete/urls'));
 }
 public function view()
 {
     parent::view();
     $this->set('text', \Core::make('helper/text'));
     $this->set('categories', Category::getList());
 }