public IActionResult AddNewInvoice(Invoice invoice)
 {
     return(Ok(_chinook.AddNewInvoice(invoice)));
 }