}
String s=NameBox.getText();
Selected.reNameUser(s);
Selected.changePassword(PassBox.getText());
Selected.changeUserType(UserTypeBox.getSelectedItem().toString());
setComboBoxItems(UserBox);
setComboBoxItems(DelUserBox);
UserBox.setSelectedItem(s);
setListItems(UserList);