/// <summary>
 /// Create a new SecondaryProducerMaster object.
 /// </summary>
 /// <param name="secondaryProduceId">Initial value of the SecondaryProduceId property.</param>
 public static SecondaryProducerMaster CreateSecondaryProducerMaster(global::System.Int32 secondaryProduceId)
 {
     SecondaryProducerMaster secondaryProducerMaster = new SecondaryProducerMaster();
     secondaryProducerMaster.SecondaryProduceId = secondaryProduceId;
     return secondaryProducerMaster;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SecondaryProducerMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSecondaryProducerMasters(SecondaryProducerMaster secondaryProducerMaster)
 {
     base.AddObject("SecondaryProducerMasters", secondaryProducerMaster);
 }