public IActionResult Delete(int id) { Salary em = _empRepo.DeleteData(id); return(RedirectToAction("AllDetails")); }