public ChangeLog()
 {
     InitializeComponent();
     this._cview      = new PagingCollectionView(MainWindow.changelog, 15);
     this.DataContext = this._cview;
 }