/// <summary>
 /// Create a new Country_LeaseTime object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="applicableStartDate">Initial value of the ApplicableStartDate property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="isDeleted">Initial value of the isDeleted property.</param>
 public static Country_LeaseTime CreateCountry_LeaseTime(global::System.Int32 id, global::System.DateTime applicableStartDate, global::System.DateTime createdDate, global::System.Boolean isDeleted)
 {
     Country_LeaseTime country_LeaseTime = new Country_LeaseTime();
     country_LeaseTime.ID = id;
     country_LeaseTime.ApplicableStartDate = applicableStartDate;
     country_LeaseTime.CreatedDate = createdDate;
     country_LeaseTime.isDeleted = isDeleted;
     return country_LeaseTime;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Country_LeaseTime EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountry_LeaseTime(Country_LeaseTime country_LeaseTime)
 {
     base.AddObject("Country_LeaseTime", country_LeaseTime);
 }