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