protected function deleteComponent($data)
 {
     $this->clearCache($data['place']);
     return $this->componentService->deletePlaceComponent($data['componentId']);
 }