public ActionResult TopMenu() { var menuDao = new MenuDao(); var list = menuDao.GetByGroupId(2); return(PartialView(list)); }