public async Task <OTA_VehAvailRateMoreRS> GetCarRentalListFromSearchInfo(ProductCarRental.SearchCriteria model)
 {
     return(await Task <OTA_VehAvailRateMoreRS> .Factory.StartNew(() =>
     {
         return CarsRentalServiceCall.GetCarRentalList(model);
     }));
 }