public void UpdateRGNotes(Invoice invoice)
 {
     _invoiceRepo.UpdateRGNotes(invoice);
 }