if( file != null )
{
try
{
final List recordings = new ArrayList();
new ExperimentFactory().getInstance( file, recordings );
// This is a bit tricky as this branch of the tree has already been partially
// populated by the GAL file loader
// Put the raw MDB file as a child of the current node.