// GET: Producten
 public ActionResult Product()
 {
     return(View(ProductLogic.AlleProducten()));
 }