// Create a session bean by default
BankSession lBank = lBankHome.create();
CustomerSession lCustomer = lCustomerHome.create();
AccountSession lAccount = lAccountHome.create();
TellerSession lTeller = lTellerHome.create();
// Create a bank the root of everything
BankData lBankData = lBank.createBank( "Andy's TestBank", "12345 XMass Avenue, New JBoss, GA" );
// Check all the methods on teller inteface because that