//position = getContainerCreationCommands(position);
ContainerCreationCommand command = getContainerCreationCommand(position);
if (command != null)
{
command.execute();
Collection<IDOMPosition> collection = command.getResult();
if (collection.size()==1)
{
position = collection.iterator().next();