private void BindProduct()
        {
            ProductBrowseQuery productBrowseQuery   = this.GetProductBrowseQuery();
            DbQueryResult      countDownProductList = ProductBrowser.GetCountDownProductList_Active_temp(productBrowseQuery);

            this.rptProduct.DataSource = countDownProductList.Data;
            this.rptProduct.DataBind();

            DbQueryResult countDownProductList2 = ProductBrowser.GetCountDownProductList_Active_temp2(productBrowseQuery);

            this.rptProduct2.DataSource = countDownProductList2.Data;
            this.rptProduct2.DataBind();

            DbQueryResult countDownProductList3 = ProductBrowser.GetCountDownProductList_Active_temp3(productBrowseQuery);

            this.rptProduct3.DataSource = countDownProductList3.Data;
            this.rptProduct3.DataBind();

            DbQueryResult countDownProductList4 = ProductBrowser.GetCountDownProductList_Active_temp4(productBrowseQuery);

            this.rptProduct4.DataSource = countDownProductList4.Data;
            this.rptProduct4.DataBind();

            DbQueryResult countDownProductList5 = ProductBrowser.GetCountDownProductList_Active_temp5(productBrowseQuery);

            this.rptProduct5.DataSource = countDownProductList5.Data;
            this.rptProduct5.DataBind();

            this.pager.TotalRecords = countDownProductList.TotalRecords;
        }