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