public async Task <int> CreateProduct(Product product) { return(await _product.CreateProduct(product)); }