public Car PickUpReservedCar(int bookingId)
 {
     return(api.PickUpCar(bookingId));
 }