private void DoWork(object state)
 {
     lock (Wallpaper)
     {
         Wallpaper.ChangeWallpaper();
     }
 }