/// <summary>
 /// Create a new BankUser object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="loginId">Initial value of the loginId property.</param>
 /// <param name="clientId">Initial value of the clientId property.</param>
 public static BankUser CreateBankUser(global::System.Int32 id, global::System.Int32 loginId, global::System.Int32 clientId)
 {
     BankUser bankUser = new BankUser();
     bankUser.Id = id;
     bankUser.loginId = loginId;
     bankUser.clientId = clientId;
     return bankUser;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BankUsers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBankUsers(BankUser bankUser)
 {
     base.AddObject("BankUsers", bankUser);
 }