public function init()
 {
     parent::init();
     $this->addFieldExt('ids', '', Form::FIELD_NOT_RENDER);
     return $this;
 }