public ActionResult DeleteEmployee(int id) { _storage.DelegateEmployees(id); return(RedirectToAction("Employees")); }