static public bool PutSettingBool(string key, bool boolvalue) { return(SQLiteConnectionUser.PutSettingBool(key, boolvalue)); }