i have created a couple of classes - clsCompany and clsKeyword. clsKeyword is a collection class that should only be viewable from with clsCompany.

1.) how do i implement that?

2.) how can i pass parameters to it so that i only return the keywords that would be associated with that particular instance?