public void ScrollPageUp()
 {
     if (HistoryItems is ImageListGrid)
     {
         HistoryItems.PageUp();
     }
 }