public int InsertTransaction(Transaction transaction) { return(_adapter.CreateTransaction(transaction)); }