/// <summary>
 /// Deprecated Method for adding a new object to the SkillTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSkillTypes(SkillType skillType)
 {
     base.AddObject("SkillTypes", skillType);
 }
 /// <summary>
 /// Create a new SkillType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static SkillType CreateSkillType(global::System.Int32 id)
 {
     SkillType skillType = new SkillType();
     skillType.Id = id;
     return skillType;
 }