public List <StatusDataDocument> GetStatuses(DocumentProcessStatus status)
 {
     return(BookingDataRepository.GetStatuses(status));
 }