public List <StatusDataDocument> GetStatusesProviderConfirmedAfter()
 {
     return(BookingDataRepository.GetStatusesProviderConfirmedAfter());
 }