// // GET: /AdminSys/ public ActionResult Right() { bizUsers u = new bizUsers(); List<Users> list = u.ListByAdmin(); return View(list); }