/// <summary>
 /// Create a new Keyword object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="comment">Initial value of the comment property.</param>
 public static Keyword CreateKeyword(global::System.Int64 id, global::System.String name, global::System.Int64 comment)
 {
     Keyword keyword = new Keyword();
     keyword.Id = id;
     keyword.name = name;
     keyword.comment = comment;
     return keyword;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Keywords EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToKeywords(Keyword keyword)
 {
     base.AddObject("Keywords", keyword);
 }