public IActionResult DeleteProduct(Models.Product product) { repo.Deleteproduct(product); return(RedirectToAction("Index")); }