private void LoadData()
 {
     this.MaxOpacity = AppInfoOperations.GetMaxOpacity();
     this.MinOpacity = AppInfoOperations.GetMinOpacity();
     this.Fadein     = AppInfoOperations.GetShowTimeSpan();
     this.Fadeout    = AppInfoOperations.GetHideTimeSpan();
     this.ItemSize   = AppInfoOperations.GetItemSize();
 }