// GET: Employee/Delete/5 public ActionResult Delete(int id) { wc.DeleteEmployee(id); return(RedirectToAction("Index")); }