Implement the copy accross registry Maybe somethink like ```java class Regitry { .... void copy (Registry otherRegistry, ....) { } ... } ```
Implement the copy accross registry
Maybe somethink like