public Difficulty GetCopy() { Difficulty d = new Difficulty(); d.SetData(this.GetData(new Hashtable())); return d; }