/// <summary> Saves the data stored in this instance of the 
 /// element to the provided bibliographic object </summary>
 /// <param name="Bib"> Object into which to save this element's data </param>
 public override void Save_To_Bib(SobekCM_Item Bib)
 {
     Bib.Set_Serial_Info( serialHierarchyObject, serialInfo);
     
 }