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