/// <summary>
 /// Deprecated Method for adding a new object to the GroupEvents EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupEvents(GroupEvents groupEvents)
 {
     base.AddObject("GroupEvents", groupEvents);
 }
 /// <summary>
 /// Create a new GroupEvents object.
 /// </summary>
 /// <param name="ge_id">Initial value of the ge_id property.</param>
 /// <param name="g_id">Initial value of the g_id property.</param>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="ge_title">Initial value of the ge_title property.</param>
 /// <param name="ge_description">Initial value of the ge_description property.</param>
 /// <param name="ge_date">Initial value of the ge_date property.</param>
 /// <param name="ge_location">Initial value of the ge_location property.</param>
 public static GroupEvents CreateGroupEvents(global::System.Int32 ge_id, global::System.Int32 g_id, global::System.String u_username, global::System.String ge_title, global::System.String ge_description, global::System.DateTime ge_date, global::System.String ge_location)
 {
     GroupEvents groupEvents = new GroupEvents();
     groupEvents.ge_id = ge_id;
     groupEvents.g_id = g_id;
     groupEvents.u_username = u_username;
     groupEvents.ge_title = ge_title;
     groupEvents.ge_description = ge_description;
     groupEvents.ge_date = ge_date;
     groupEvents.ge_location = ge_location;
     return groupEvents;
 }