public ActionResult DeleteLeave(int 序號) { DBmanager dbmanager = new DBmanager(); dbmanager.DeleteLeaveById(序號); return(RedirectToAction("Index")); }