//KHOA TAI KHOAN public ActionResult BlockAccount(int id) { var dao = new AccountDao(); dao.BlockAccount(id); SetAlert("Khóa tài khoản thành công", "canhbao"); return(RedirectToAction("Index", "AccountManager")); }