/// <summary>
 /// Create a new CLIENT object.
 /// </summary>
 /// <param name="client_id">Initial value of the client_id property.</param>
 /// <param name="client_status_id">Initial value of the client_status_id property.</param>
 /// <param name="person_id">Initial value of the person_id property.</param>
 /// <param name="account_id">Initial value of the account_id property.</param>
 /// <param name="datestamp">Initial value of the datestamp property.</param>
 /// <param name="userstamp">Initial value of the userstamp property.</param>
 public static CLIENT CreateCLIENT(global::System.Int32 client_id, global::System.String client_status_id, global::System.Int32 person_id, global::System.Int32 account_id, global::System.DateTime datestamp, global::System.Int32 userstamp)
 {
     CLIENT cLIENT = new CLIENT();
     cLIENT.client_id = client_id;
     cLIENT.client_status_id = client_status_id;
     cLIENT.person_id = person_id;
     cLIENT.account_id = account_id;
     cLIENT.datestamp = datestamp;
     cLIENT.userstamp = userstamp;
     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);
 }