/// <summary>
 /// Create a new productos_lotes object.
 /// </summary>
 /// <param name="idProductosLotes">Initial value of the idProductosLotes property.</param>
 /// <param name="idProducto">Initial value of the idProducto property.</param>
 /// <param name="lote">Initial value of the Lote property.</param>
 public static productos_lotes Createproductos_lotes(global::System.Int32 idProductosLotes, global::System.Int32 idProducto, global::System.String lote)
 {
     productos_lotes productos_lotes = new productos_lotes();
     productos_lotes.idProductosLotes = idProductosLotes;
     productos_lotes.idProducto = idProducto;
     productos_lotes.Lote = lote;
     return productos_lotes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the productos_lotes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproductos_lotes(productos_lotes productos_lotes)
 {
     base.AddObject("productos_lotes", productos_lotes);
 }