public void ChooseBackgroundImage()
        {
            fileName = controller.GetImagePath(weather, getImageIndexByHour());
            RegistryKey key = Registry.CurrentUser.OpenSubKey(@"Control Panel\Desktop", true);

            SystemParametersInfo(SetDeskWallpaper, 0, fileName, UpdateIniFile | SendWinIniChange);
        }