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