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