/// <summary>
 /// Deprecated Method for adding a new object to the AchToLandlordTransactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAchToLandlordTransactions(AchToLandlordTransaction achToLandlordTransaction)
 {
     base.AddObject("AchToLandlordTransactions", achToLandlordTransaction);
 }
 /// <summary>
 /// Create a new AchToLandlordTransaction object.
 /// </summary>
 /// <param name="achToLandlordTransactionId">Initial value of the AchToLandlordTransactionId property.</param>
 /// <param name="achFromTenantTransactionId">Initial value of the AchFromTenantTransactionId property.</param>
 /// <param name="requestDate">Initial value of the RequestDate property.</param>
 /// <param name="alias">Initial value of the Alias property.</param>
 /// <param name="amount">Initial value of the Amount property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static AchToLandlordTransaction CreateAchToLandlordTransaction(global::System.Int64 achToLandlordTransactionId, global::System.Int64 achFromTenantTransactionId, global::System.DateTime requestDate, global::System.Int64 alias, global::System.Decimal amount, global::System.String status, global::System.Boolean isDeleted)
 {
     AchToLandlordTransaction achToLandlordTransaction = new AchToLandlordTransaction();
     achToLandlordTransaction.AchToLandlordTransactionId = achToLandlordTransactionId;
     achToLandlordTransaction.AchFromTenantTransactionId = achFromTenantTransactionId;
     achToLandlordTransaction.RequestDate = requestDate;
     achToLandlordTransaction.Alias = alias;
     achToLandlordTransaction.Amount = amount;
     achToLandlordTransaction.Status = status;
     achToLandlordTransaction.IsDeleted = isDeleted;
     return achToLandlordTransaction;
 }