Hello, I'm trying to model a class which has multiple constructors. Such as: public Person() public Person(String name) When I try to add the second operation, I get the following error: Error 16: None unique name! That name is already being used. What do I need to do to fix this? Thanks. -- Daniel Fisher