public ProviderConfirmationViewModel GetProviderConfirmation(string id) { return(BookingDataRepository.GetProviderConfirmationViewModelById(id)); }