public ActionResult ApproveComment(int ID) { bll.ApproveComment(ID); return(RedirectToAction("UnapprovedComments", "Comment")); }