protected function init()
 {
     parent::init();
     $this->data['crud'] = 'r';
     $this->data['edulevel'] = self::LEVEL_PARTICIPATING;
 }
 protected function init()
 {
     parent::init();
     $this->data['crud'] = 'd';
 }