// GET: Test public ActionResult Index() { List <EMP> emp = db.GEtdb(); ViewBag.emplist = emp; return(View()); }