public async Task DeleteTrip(int tripId)
 {
     await tripsService.DeleteTrip(tripId);
 }