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