@Transactional
 public void removeShipment(Shipments shipment) {
   shipmentsDAO.removeShipment(shipment);
 }