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