public async Task <ActionResult> GetAll() { List <Product> products = await _productApp.AllItems(); return(Ok(products)); }