private void getProjectConfiguration() {
   UIUtil.showLoadProgessBar("Loading Project", "Loading user interface configuration");
   ProjectConfigurationServiceManager.getInstance()
       .getProjectConfiguration(
           projectId, Application.get().getUserId(), new GetProjectConfigurationHandler());
 }