// GET: Admin/NhanVien public ActionResult Index() { var nv = NVService.ListAll(); return(View(nv)); }