public function init()
 {
     parent::init();
     $this->on(self::EVENT_AFTER_FIND, function ($event) {
         $this->_items = Json::decode($this->Items);
     });
 }