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