/// <summary>
 /// Deprecated Method for adding a new object to the SkillGroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSkillGroup(EntitySkillGroup entitySkillGroup)
 {
     base.AddObject("SkillGroup", entitySkillGroup);
 }
 /// <summary>
 /// Create a new EntitySkillGroup object.
 /// </summary>
 /// <param name="groupID">Initial value of the GroupID property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 public static EntitySkillGroup CreateEntitySkillGroup(global::System.Int32 groupID, global::System.String title)
 {
     EntitySkillGroup entitySkillGroup = new EntitySkillGroup();
     entitySkillGroup.GroupID = groupID;
     entitySkillGroup.Title = title;
     return entitySkillGroup;
 }