public JsonResult GETCHITIETXEPLOP(int?DuBao)
        {
            var nguoidung = User.Identity.Name;
            var model     = db.SP_APAX_GETCHITIETXEPLOP(nguoidung.Trim(), DuBao).ToList();

            return(Json(model, JsonRequestBehavior.AllowGet));
        }