public void cancelInvoice(A_cancelInvoice I) { Invoice Inv = new Invoice(I.invoiceId); Inv.cancelInvoice(); }