/// <summary>
 /// Deprecated Method for adding a new object to the complexphrases EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocomplexphrases(Complexphras complexphras)
 {
     base.AddObject("complexphrases", complexphras);
 }
 /// <summary>
 /// Create a new Complexphras object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="basewordId">Initial value of the BasewordId property.</param>
 /// <param name="languageId">Initial value of the LanguageId property.</param>
 public static Complexphras CreateComplexphras(global::System.Int32 id, global::System.Int32 basewordId, global::System.Int32 languageId)
 {
     Complexphras complexphras = new Complexphras();
     complexphras.Id = id;
     complexphras.BasewordId = basewordId;
     complexphras.LanguageId = languageId;
     return complexphras;
 }