private void moveSelectedStageDown_LeftMouseDown(object sender, MouseButtonEventArgs e)
 {
     presentationHandler.moveSelectedStageDown();
 }