/** Create new team project. */
 public void projectTeamNewMenuItemActionPerformed() {
   ProjectUICommands.projectTeamCreate();
 }