/// <summary>
 /// Create a new Jednostki object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="nazwa">Initial value of the Nazwa property.</param>
 public static Jednostki CreateJednostki(global::System.Int32 id, global::System.String nazwa)
 {
     Jednostki jednostki = new Jednostki();
     jednostki.ID = id;
     jednostki.Nazwa = nazwa;
     return jednostki;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Jednostki EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJednostki(Jednostki jednostki)
 {
     base.AddObject("Jednostki", jednostki);
 }