/// <summary>
 /// Create a new vwAccount object.
 /// </summary>
 /// <param name="activityID">Initial value of the ActivityID property.</param>
 /// <param name="accountID">Initial value of the AccountID property.</param>
 public static vwAccount CreatevwAccount(global::System.Int32 activityID, global::System.Int32 accountID)
 {
     vwAccount vwAccount = new vwAccount();
     vwAccount.ActivityID = activityID;
     vwAccount.AccountID = accountID;
     return vwAccount;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwAccounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwAccounts(vwAccount vwAccount)
 {
     base.AddObject("vwAccounts", vwAccount);
 }