public function findInvoiceItem($id)
 {
     return InvoiceItem::findOrFail($id);
 }