@Transactional
  public List<ContragentsInShipment> getContragentsForShipment(Long id) {

    return shipmentsDAO.getContragentsForShipment(id);
  }