public async Task <IActionResult> Details(Guid id) { var product = await _productSevice.GetProductById(id); return(View(product)); }