Entitycollections implement IComponent, which is the same thing. You can add entity collections to the toolbox
Entities themselves don't implement IComponent. They;re not inherited from Component because that's a marshallbyref object, and entities are marshalled by value.