@Override
 public boolean checkHoldGLPEs(TravelDocument document) {
   return realTravelDocumentService.checkHoldGLPEs(document);
 }