/// <summary>
 /// Deprecated Method for adding a new object to the TransactionResponses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTransactionResponses(TransactionResponse transactionResponse)
 {
     base.AddObject("TransactionResponses", transactionResponse);
 }
 /// <summary>
 /// Create a new TransactionResponse object.
 /// </summary>
 /// <param name="response_id">Initial value of the response_id property.</param>
 public static TransactionResponse CreateTransactionResponse(global::System.Int32 response_id)
 {
     TransactionResponse transactionResponse = new TransactionResponse();
     transactionResponse.response_id = response_id;
     return transactionResponse;
 }