4142434445464748495051
return true; } public void deleteRow(String item) { try { buyProd = new BuyProduct(); buyProd.setId(item); customerStub.buyProduct(buyProd); } catch (RemoteException e) { e.printStackTrace(System.err); } catch (BuyProductFault e) {