/// <summary>
 /// Deprecated Method for adding a new object to the InGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInGroups(InGroup inGroup)
 {
     base.AddObject("InGroups", inGroup);
 }
 /// <summary>
 /// Create a new InGroup object.
 /// </summary>
 /// <param name="inGroupID">Initial value of the InGroupID property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="groupID">Initial value of the GroupID property.</param>
 public static InGroup CreateInGroup(global::System.Int32 inGroupID, global::System.Int32 userID, global::System.Int32 groupID)
 {
     InGroup inGroup = new InGroup();
     inGroup.InGroupID = inGroupID;
     inGroup.UserID = userID;
     inGroup.GroupID = groupID;
     return inGroup;
 }