// GET: Admin/Article public ActionResult Index() { var iplArticle = new ArticleModel(); var model = iplArticle.ListAll(); return(View(model)); }