/// <summary>
 /// Create a new StudentLoan object.
 /// </summary>
 /// <param name="caseID">Initial value of the CaseID property.</param>
 public static StudentLoan CreateStudentLoan(global::System.Int32 caseID)
 {
     StudentLoan studentLoan = new StudentLoan();
     studentLoan.CaseID = caseID;
     return studentLoan;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the StudentLoans EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStudentLoans(StudentLoan studentLoan)
 {
     base.AddObject("StudentLoans", studentLoan);
 }