public Hello _this(org.omg.CORBA.ORB orb) {
   return HelloHelper.narrow(super._this_object(orb));
 }
 public Hello _this() {
   return HelloHelper.narrow(super._this_object());
 }