public Bank(int accountID) { AccountID = accountID; UI = new FrontEnd(); }
public Portal() { Accounts = new Dictionary <string, Account>(); UI = new FrontEnd(); }