/// <summary>
 /// Deprecated Method for adding a new object to the UserLevels EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserLevels(UserLevels userLevels)
 {
     base.AddObject("UserLevels", userLevels);
 }
 /// <summary>
 /// Create a new UserLevels object.
 /// </summary>
 /// <param name="ul_id">Initial value of the ul_id property.</param>
 /// <param name="ul_name">Initial value of the ul_name property.</param>
 /// <param name="ul_minscore">Initial value of the ul_minscore property.</param>
 public static UserLevels CreateUserLevels(global::System.Int32 ul_id, global::System.String ul_name, global::System.Int32 ul_minscore)
 {
     UserLevels userLevels = new UserLevels();
     userLevels.ul_id = ul_id;
     userLevels.ul_name = ul_name;
     userLevels.ul_minscore = ul_minscore;
     return userLevels;
 }