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