// GET: Employees public async Task <ActionResult> Index() { return(View(await employeeRepo.GetAllAsync())); }