@Override
 public void run() {
   if (null != this.selection) {
     run(selection, userDB, actionType);
   }
 }