/// <summary>
 /// Create a new InstructorName object.
 /// </summary>
 /// <param name="fullName">Initial value of the FullName property.</param>
 /// <param name="personID">Initial value of the PersonID property.</param>
 public static InstructorName CreateInstructorName(global::System.String fullName, global::System.Int32 personID)
 {
     InstructorName instructorName = new InstructorName();
     instructorName.FullName = fullName;
     instructorName.PersonID = personID;
     return instructorName;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the InstructorNames EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstructorNames(InstructorName instructorName)
 {
     base.AddObject("InstructorNames", instructorName);
 }