/// <summary>
 /// Create a new TOWARY object.
 /// </summary>
 /// <param name="iD_APTEKI">Initial value of the ID_APTEKI property.</param>
 /// <param name="iD_TOWARY">Initial value of the ID_TOWARY property.</param>
 /// <param name="nAZWA">Initial value of the NAZWA property.</param>
 public static TOWARY CreateTOWARY(global::System.Int32 iD_APTEKI, global::System.Int32 iD_TOWARY, global::System.String nAZWA)
 {
     TOWARY tOWARY = new TOWARY();
     tOWARY.ID_APTEKI = iD_APTEKI;
     tOWARY.ID_TOWARY = iD_TOWARY;
     tOWARY.NAZWA = nAZWA;
     return tOWARY;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TOWARY EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTOWARY(TOWARY tOWARY)
 {
     base.AddObject("TOWARY", tOWARY);
 }