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