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