/// <summary>
 /// Deprecated Method for adding a new object to the Groups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroups(Groups groups)
 {
     base.AddObject("Groups", groups);
 }
 /// <summary>
 /// Create a new Groups object.
 /// </summary>
 /// <param name="g_id">Initial value of the g_id property.</param>
 /// <param name="g_name">Initial value of the g_name property.</param>
 /// <param name="g_description">Initial value of the g_description property.</param>
 /// <param name="g_datecreated">Initial value of the g_datecreated property.</param>
 /// <param name="g_approved">Initial value of the g_approved property.</param>
 /// <param name="g_accesslevel">Initial value of the g_accesslevel property.</param>
 /// <param name="g_owner">Initial value of the g_owner property.</param>
 /// <param name="g_activemembers">Initial value of the g_activemembers property.</param>
 /// <param name="g_jointerms">Initial value of the g_jointerms property.</param>
 /// <param name="g_joinquestion">Initial value of the g_joinquestion property.</param>
 /// <param name="g_permissions">Initial value of the g_permissions property.</param>
 /// <param name="g_autojoin">Initial value of the g_autojoin property.</param>
 public static Groups CreateGroups(global::System.Int32 g_id, global::System.String g_name, global::System.String g_description, global::System.DateTime g_datecreated, global::System.Boolean g_approved, global::System.Int32 g_accesslevel, global::System.String g_owner, global::System.Int32 g_activemembers, global::System.String g_jointerms, global::System.String g_joinquestion, global::System.Int64 g_permissions, global::System.Boolean g_autojoin)
 {
     Groups groups = new Groups();
     groups.g_id = g_id;
     groups.g_name = g_name;
     groups.g_description = g_description;
     groups.g_datecreated = g_datecreated;
     groups.g_approved = g_approved;
     groups.g_accesslevel = g_accesslevel;
     groups.g_owner = g_owner;
     groups.g_activemembers = g_activemembers;
     groups.g_jointerms = g_jointerms;
     groups.g_joinquestion = g_joinquestion;
     groups.g_permissions = g_permissions;
     groups.g_autojoin = g_autojoin;
     return groups;
 }