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