Ive been working on this for a while now and im getting no where! Im Using vb.net in Visual studio 2005.

I am trying to create a custom class with multiple collections inside it. Its for an import program and it needs to match people up e.g.

Code:
-> ImportStaffClass
        -> MatchedStaffCollectionClass
                -> StaffMemberFromImportFile
                        -> Name
...