/// <summary>
 /// Create a new Account object.
 /// </summary>
 /// <param name="iDAccount">Initial value of the IDAccount property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="iDAccountType">Initial value of the IDAccountType property.</param>
 /// <param name="iDUser">Initial value of the IDUser property.</param>
 /// <param name="lastUpdate">Initial value of the LastUpdate property.</param>
 public static Account CreateAccount(global::System.Int32 iDAccount, global::System.String description, global::System.Int32 iDAccountType, global::System.Int32 iDUser, global::System.String lastUpdate)
 {
     Account account = new Account();
     account.IDAccount = iDAccount;
     account.Description = description;
     account.IDAccountType = iDAccountType;
     account.IDUser = iDUser;
     account.LastUpdate = lastUpdate;
     return account;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Accounts1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAccounts1(Account account)
 {
     base.AddObject("Accounts1", account);
 }