/// <summary>
 /// Deprecated Method for adding a new object to the DimAccounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDimAccounts(DimAccount dimAccount)
 {
     base.AddObject("DimAccounts", dimAccount);
 }
 /// <summary>
 /// Create a new DimAccount object.
 /// </summary>
 /// <param name="accountKey">Initial value of the AccountKey property.</param>
 public static DimAccount CreateDimAccount(global::System.Int32 accountKey)
 {
     DimAccount dimAccount = new DimAccount();
     dimAccount.AccountKey = accountKey;
     return dimAccount;
 }