public IActionResult GetCountOfItemsByInvoiceID(int id)
 {
     return(Ok(_chinook.GetCountOfItemsByInvoiceID(id)));
 }