static public bool GetSettingBool(string key, bool defaultvalue) { return(SQLiteConnectionUser.GetSettingBool(key, defaultvalue)); }