@Transactional
 public PositionsInShipment getPositionForId(Long id) {
   return shipmentsDAO.getPositionForId(id);
 }