/// <summary>
 /// Create a new Client object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="clientName">Initial value of the ClientName property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static Client CreateClient(global::System.Int32 id, global::System.String clientName, global::System.Byte[] rowVersion)
 {
     Client client = new Client();
     client.Id = id;
     client.ClientName = clientName;
     client.RowVersion = rowVersion;
     return client;
 }
 /// <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);
 }