/// <summary> Constructor creates a new instance of the Related_Item_Info class  </summary>
 public Related_Item_Info()
 {
     relationship = Related_Item_Type_Enum.UNKNOWN;
 }
 /// <summary> Constructor creates a new instance of the Related_Item_Info class  </summary>
 public Related_Item_Info()
 {
     relationship = Related_Item_Type_Enum.UNKNOWN;
 }