Hey Corona Team 
I use this function very often maybe there is a better way or there is already a function to do this ?
My suggestion is to add this function to the composer.
function addDisplayToCurrentScene(displayObj) local Scene = composer.getScene(composer.getSceneName( "current" )) Scene.view:insert(displayObj) end