public async Task <IActionResult> SeeRemoveEmp() { var data = await _empRepository.GetDeletedEmps(); return(View(data)); }