/// <summary>
 /// Deprecated Method for adding a new object to the SuplierPhoneSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSuplierPhoneSet(SuplierPhone suplierPhone)
 {
     base.AddObject("SuplierPhoneSet", suplierPhone);
 }
 /// <summary>
 /// Create a new SuplierPhone object.
 /// </summary>
 /// <param name="number">Initial value of the Number property.</param>
 /// <param name="suplierId">Initial value of the SuplierId property.</param>
 public static SuplierPhone CreateSuplierPhone(global::System.String number, global::System.Int32 suplierId)
 {
     SuplierPhone suplierPhone = new SuplierPhone();
     suplierPhone.Number = number;
     suplierPhone.SuplierId = suplierId;
     return suplierPhone;
 }