private static void DownloadDatabase() { if (!File.Exists(Constants.MovieDatabaseFilePath)) { var dForm = new DownloadForm(); dForm.Download(); } }