public ActionResult Gain() { var list = ADController.GetUserList(); return(Json(list, JsonRequestBehavior.AllowGet)); }