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