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