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