public void AddTransaction(int clientId, string operation) { _db.AddTransaction(clientId, operation); }