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