/// <summary>
 /// Deprecated Method for adding a new object to the LoanExtantions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLoanExtantions(LoanExtantion loanExtantion)
 {
     base.AddObject("LoanExtantions", loanExtantion);
 }
 /// <summary>
 /// Create a new LoanExtantion object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="loan_id">Initial value of the loan_id property.</param>
 /// <param name="extendeddate">Initial value of the extendeddate property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="extracharge">Initial value of the extracharge property.</param>
 public static LoanExtantion CreateLoanExtantion(global::System.Int32 id, global::System.Int32 loan_id, global::System.DateTime extendeddate, global::System.String description, global::System.Int32 extracharge)
 {
     LoanExtantion loanExtantion = new LoanExtantion();
     loanExtantion.id = id;
     loanExtantion.loan_id = loan_id;
     loanExtantion.extendeddate = extendeddate;
     loanExtantion.description = description;
     loanExtantion.extracharge = extracharge;
     return loanExtantion;
 }