public static void SetKeyStatic(string key, string value) { Database d = new Database(); d.Open(); d.SetKey(key, value); }