public ActionResult matchlist() { if (UserInfo == null) { return(RedirectToAction("login", "member")); } GroupBll bll = new GroupBll(); return(View(bll.GetMymatch(UserInfo.userid))); }