/// <summary>
 /// Create a new Basewordspecific object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Basewordspecific CreateBasewordspecific(global::System.Int32 id)
 {
     Basewordspecific basewordspecific = new Basewordspecific();
     basewordspecific.Id = id;
     return basewordspecific;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Basewordspecifics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBasewordspecifics(Basewordspecific basewordspecific)
 {
     base.AddObject("Basewordspecifics", basewordspecific);
 }