@UiHandler("create")
 void onCreateServer(ClickEvent event) {
   presenter.onCreateTenant();
 }