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