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