// GET: Products public ActionResult Index() { var view = productsApplication.GetProduct(); return(View(view)); }