public EzyAppSetup addDataHandler(Object cmd, EzyAppDataHandler dataHandler)
 {
     dataHandlers.addHandler(cmd, dataHandler);
     return(this);
 }