@Override
 public String getDocumentType(TravelDocument document) {
   return realTravelDocumentService.getDocumentType(document);
 }