private void UpdateTransactions()
 {
     AdminView.UpdateTransactions(TransactionService.GetTransactions());
 }