/// <summary>
 /// Create a new DBClient object.
 /// </summary>
 /// <param name="client_id">Initial value of the client_id property.</param>
 /// <param name="contact_name_first">Initial value of the contact_name_first property.</param>
 /// <param name="contact_name_last">Initial value of the contact_name_last property.</param>
 public static DBClient CreateDBClient(global::System.Int32 client_id, global::System.String contact_name_first, global::System.String contact_name_last)
 {
     DBClient dBClient = new DBClient();
     dBClient.client_id = client_id;
     dBClient.contact_name_first = contact_name_first;
     dBClient.contact_name_last = contact_name_last;
     return dBClient;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DBClients EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDBClients(DBClient dBClient)
 {
     base.AddObject("DBClients", dBClient);
 }