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