public static bool CreateSettings()
        {
            SettingsPersistence db = new SettingsPersistence();

            return(db.Create());
        }