// // GET: /Cate/ public ActionResult Index() { List <Categories> list = cb.CateList(); return(View(list)); }