// // GET: /Emp/ public ActionResult Index() { List <Emp> theEmpList = Emp.GetAll(); return(View(theEmpList)); }