/// <summary>
 /// Deprecated Method for adding a new object to the UnfinishedWords EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUnfinishedWords(UnfinishedWord unfinishedWord)
 {
     base.AddObject("UnfinishedWords", unfinishedWord);
 }
 /// <summary>
 /// Create a new UnfinishedWord object.
 /// </summary>
 /// <param name="word">Initial value of the Word property.</param>
 public static UnfinishedWord CreateUnfinishedWord(global::System.String word)
 {
     UnfinishedWord unfinishedWord = new UnfinishedWord();
     unfinishedWord.Word = word;
     return unfinishedWord;
 }