* @param name
*/
private void loadProfile(final String name) {
log.entering(this.getClass().getName(), "loadProfile(" + name + ")");
// Create
profile = new DataSet(name, log);
// Update
profile.load();
// Display
ihm.loadTable(profile);
log.exiting(this.getClass().getName(), "loadProfile()");