@Transactional
  public Products getProductForPosition(Long id) {

    return shipmentsDAO.getProductForPosition(id);
  }