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