public IHttpActionResult GetInvoicesFromStore() { return(Ok(InvoiceHandler.GetAllInvoiceIDsFromStores(db))); }