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