public void ReplacetitleAt(titleType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.imsglobal.org/xsd/imscp_v1p1", "title", index, newValue.ToString());
 }
 public void Addtitle(titleType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.imsglobal.org/xsd/imscp_v1p1", "title", newValue.ToString());
 }