Perhaps I am oversimplifying, but I think you need to have a collection of all the items in the bank. When the user clicks in the bank, get the mouse coords and go through the bank item collection and check to see if the mouse click falls inside of the coords for the item (using the location of the bank item and the width/height of the item). You can have a method for each bank item to "select" it.