/// <summary>
 /// Deprecated Method for adding a new object to the Instructors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstructors(Instructor instructor)
 {
     base.AddObject("Instructors", instructor);
 }
 /// <summary>
 /// Create a new Instructor object.
 /// </summary>
 /// <param name="inst_id">Initial value of the inst_id property.</param>
 public static Instructor CreateInstructor(global::System.String inst_id)
 {
     Instructor instructor = new Instructor();
     instructor.inst_id = inst_id;
     return instructor;
 }