/// <summary>
 /// Create a new account_group object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="groupName">Initial value of the GroupName property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static account_group Createaccount_group(global::System.Int32 id, global::System.String groupName, global::System.DateTime lastModified)
 {
     account_group account_group = new account_group();
     account_group.ID = id;
     account_group.GroupName = groupName;
     account_group.LastModified = lastModified;
     return account_group;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the account_group EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToaccount_group(account_group account_group)
 {
     base.AddObject("account_group", account_group);
 }