/// <summary>
 /// Create a new producoes object.
 /// </summary>
 /// <param name="producaoId">Initial value of the ProducaoId property.</param>
 /// <param name="numero">Initial value of the Numero property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 public static producoes Createproducoes(global::System.Int32 producaoId, global::System.Int16 numero, global::System.DateTime dataIns)
 {
     producoes producoes = new producoes();
     producoes.ProducaoId = producaoId;
     producoes.Numero = numero;
     producoes.DataIns = dataIns;
     return producoes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the producoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproducoes(producoes producoes)
 {
     base.AddObject("producoes", producoes);
 }