// GET: Admin/TaiKhoan public ActionResult Index() { var students = dao.GetList(); ViewBag.students = students; return(View()); }