public ActionResult TimBinhLuan(string key, DateTime?date, string status, int?page) { CommentModel spm = new CommentModel(); ViewBag.key = key; ViewBag.date = date; ViewBag.status = status; return(PhanTrangBL(spm.TimBinhLuan(key, date, status), page, null)); }