/// <summary>
 /// Deprecated Method for adding a new object to the SuplierMailSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSuplierMailSet(SuplierMail suplierMail)
 {
     base.AddObject("SuplierMailSet", suplierMail);
 }
 /// <summary>
 /// Create a new SuplierMail object.
 /// </summary>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="suplierId">Initial value of the SuplierId property.</param>
 public static SuplierMail CreateSuplierMail(global::System.String email, global::System.Int32 suplierId)
 {
     SuplierMail suplierMail = new SuplierMail();
     suplierMail.Email = email;
     suplierMail.SuplierId = suplierId;
     return suplierMail;
 }