public String getName() {
   return original.getName();
 }
 public String getName() {
   return repository.getName();
 }