You are returning the repository in the View not the Product. Change it to this:
var product = repo.GetProductID(id);return View(product );
You are returning the repository in the View not the Product. Change it to this:
var product = repo.GetProductID(id);return View(product );