Hi, I'm somehow stuck with the last requirement. If I let Boss inherit from HasManagementPotential, the system complains "Boss must inherit from Person-Interface". If I let Boss inherit from Person, it complains "Boss must inherit from HasManagementPotential-Interface". And that although my HasManagementPotential-Interface already inherits from Person. What am I missing out? Thanks in advance, Daniel