/// <summary> Add a row for an item to the table of all items </summary> /// <param name="BibID"> Bibliographic identifier for the item to add </param> /// <param name="VID"> Volume identifier for the item to add </param> /// <param name="Title"> Title for this item </param> /// <param name="Resource_Link"> Link for the files for this item </param> /// <returns> Returns the row for this item </returns> public SobekCM_ItemRow Add_Row(string BibID, string VID, string Title, string Resource_Link) { return(SobekCM_Item.AddSobekCM_ItemRow(BibID, VID, Title, DateTime.Now, Resource_Link)); }