function WAddFromListRepeatableComponentCollection()
 {
     parent::WRepeatableComponentCollection();
     $this->_addButton = WChooseOptionButton::withLabel($this->_addLabel);
     $this->_addButton->setParent($this);
 }