public function destroy($idTrip)
    {
        $trip = $this->tripRepo->find($idTrip);
        if ($trip) {
            $this->helper->validateRecord($trip);