private function doDeleteSportGroup($id) { try { $this->sportGroupService->deleteSportGroup($id); } catch (Exceptions\DataErrorException $ex) { $this->handleDependencyDelete($id, "this", $ex); } }