public ActionResult ListEmp2() { var resutl = _empRepository.ListEmployee(); ViewData["ListEmp"] = resutl; return(View()); }