commands.put(command.getName(), command);
//command = new DeleteTenantCommand();
//commands.put(command.getName(), command);
command = new ListAllTenants();
commands.put(command.getName(), command);
command = new DeactivateTenantCommand();
commands.put(command.getName(), command);