/// <summary> Constructor for a new instance of the EAD_Transfer_Object class </summary>
 public EAD_Transfer_Object()
 {
     Container_Hierarchy   = new EAD_Transfer_Desc_Sub_Components();
     TOC_Included_Sections = new List <EAD_Transfer_TOC_Included_Section>();
 }
 /// <summary> Constructor for a new instance of the EAD_Transfer_Object class </summary>
 public EAD_Transfer_Object()
 {
     Container_Hierarchy = new EAD_Transfer_Desc_Sub_Components();
     TOC_Included_Sections = new List<EAD_Transfer_TOC_Included_Section>();
 }