public BaseData(string key, string subkey) { this.Key = key; this.SubKey = subkey; DataMgr.PutData(key, this, subkey); }