public JsonResult themdonhang(Donhang dt)
        {
            string st = dhb.themdonhang(dt);

            dhb.xoa();
            return(Json(st, JsonRequestBehavior.AllowGet));
        }