public function destroy($id)
    {
        $result = $this->service->destroy($id);

        if ($result) {