public void SetWallpaper(string path)
 {
     Save(path);
     NativeFunction.ChangeBackground(path, NativeFunction.Style.Center);
 }