/// <summary>
 /// Create a new Drzave object.
 /// </summary>
 /// <param name="drzavaID">Initial value of the DrzavaID property.</param>
 public static Drzave CreateDrzave(global::System.Int32 drzavaID)
 {
     Drzave drzave = new Drzave();
     drzave.DrzavaID = drzavaID;
     return drzave;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Drzave EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDrzave(Drzave drzave)
 {
     base.AddObject("Drzave", drzave);
 }