}
@Override
public UpdateContainer doIt(Workspace workspace) throws CommandException {
UpdateContainer uc = new UpdateContainer();
WorkspaceManager mgr = WorkspaceManager.getInstance();
// Remove it from the rep factory
mgr.removeWorkspace(workspaceId);
// Remove any alignments from the AlignmentManager
AlignmentManager.Instance().removeWorkspaceAlignments(workspace.getId());
// Remove it from the workspace registry