/// <summary>
 /// Create a new ProspectiveAcademic object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="academicId">Initial value of the AcademicId property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="academyName">Initial value of the AcademyName property.</param>
 /// <param name="primaryContactName">Initial value of the PrimaryContactName property.</param>
 /// <param name="primaryEmailAddress">Initial value of the PrimaryEmailAddress property.</param>
 public static ProspectiveAcademic CreateProspectiveAcademic(global::System.Int32 id, global::System.Int32 academicId, global::System.Int32 status, global::System.String academyName, global::System.String primaryContactName, global::System.String primaryEmailAddress)
 {
     ProspectiveAcademic prospectiveAcademic = new ProspectiveAcademic();
     prospectiveAcademic.ID = id;
     prospectiveAcademic.AcademicId = academicId;
     prospectiveAcademic.Status = status;
     prospectiveAcademic.AcademyName = academyName;
     prospectiveAcademic.PrimaryContactName = primaryContactName;
     prospectiveAcademic.PrimaryEmailAddress = primaryEmailAddress;
     return prospectiveAcademic;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ProspectiveAcademic EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProspectiveAcademic(ProspectiveAcademic prospectiveAcademic)
 {
     base.AddObject("ProspectiveAcademic", prospectiveAcademic);
 }