@Transactional
  public List<Documents> getDocumentsForShipment(Long id) {

    return shipmentsDAO.getDocumentsForShipment(id);
  }