public ActionResult DeleteConfirmed(Guid id) { salaryService.Delete(id); return(RedirectToAction("Index")); }