@Transactional
  public List<Shipments> listShipments() {

    return shipmentsDAO.listShipments();
  }