/// <summary>
 /// Deprecated Method for adding a new object to the KeywordLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToKeywordLists(KeywordList keywordList)
 {
     base.AddObject("KeywordLists", keywordList);
 }
 /// <summary>
 /// Create a new KeywordList object.
 /// </summary>
 /// <param name="keywordId">Initial value of the KeywordId property.</param>
 /// <param name="keyword">Initial value of the Keyword property.</param>
 public static KeywordList CreateKeywordList(global::System.Int32 keywordId, global::System.String keyword)
 {
     KeywordList keywordList = new KeywordList();
     keywordList.KeywordId = keywordId;
     keywordList.Keyword = keyword;
     return keywordList;
 }