/// <summary>
 /// Create a new ExamMaster object.
 /// </summary>
 /// <param name="examID">Initial value of the ExamID property.</param>
 public static ExamMaster CreateExamMaster(global::System.Int32 examID)
 {
     ExamMaster examMaster = new ExamMaster();
     examMaster.ExamID = examID;
     return examMaster;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ExamMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToExamMasters(ExamMaster examMaster)
 {
     base.AddObject("ExamMasters", examMaster);
 }