public ActionResult Approve(int memberID) { memberSQL.AdminApprove(memberID); return(RedirectToAction("Index")); }