private void Broker_TransferStarted(object sender, EventArgs e) { CurrentBankAccount = bankRepo.GetBankAccountByOwnerName(CurrentUser.Login); Balance = CurrentBankAccount.Deposit; }