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