protected void BindPageControl(ref CommonPagerClass commonPager)
 {
     if (commonPager != null)
     {
         commonPager.CurrentPage = this.CurrentPage;
         commonPager.PageSize    = this.PageSize;
         commonPager.Count       = this.Count;
     }
 }