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