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