public async Task <ProductInfo> AddProductAsync(ProductInfo product) { return(await _dal.AddProductAsync(product)); }