/// <summary>
 /// Deprecated Method for adding a new object to the GroupTopicSubscriptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupTopicSubscriptions(GroupTopicSubscriptions groupTopicSubscriptions)
 {
     base.AddObject("GroupTopicSubscriptions", groupTopicSubscriptions);
 }
 /// <summary>
 /// Create a new GroupTopicSubscriptions object.
 /// </summary>
 /// <param name="gts_id">Initial value of the gts_id property.</param>
 /// <param name="gt_id">Initial value of the gt_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="gts_dateupdated">Initial value of the gts_dateupdated property.</param>
 public static GroupTopicSubscriptions CreateGroupTopicSubscriptions(global::System.Int32 gts_id, global::System.Int32 gt_id, global::System.Int32 g_id, global::System.String u_username, global::System.DateTime gts_dateupdated)
 {
     GroupTopicSubscriptions groupTopicSubscriptions = new GroupTopicSubscriptions();
     groupTopicSubscriptions.gts_id = gts_id;
     groupTopicSubscriptions.gt_id = gt_id;
     groupTopicSubscriptions.g_id = g_id;
     groupTopicSubscriptions.u_username = u_username;
     groupTopicSubscriptions.gts_dateupdated = gts_dateupdated;
     return groupTopicSubscriptions;
 }