/**
  * @return bool
  */
 public function canAdd()
 {
     return $this->configurator->canAdd();
 }