/**
  * @param mixed $item
  *
  * @return bool
  */
 public function canDelete($item)
 {
     return $this->configurator->canDelete($item);
 }