public SubRecordTreeNode(SubRecord record)
 {
     this.ImageKey = "Binary";
     this.Record = record;
     this.Text = record.GetType().Name;
 }