private void moveSelectedStageUp_LeftMouseDown(object sender, MouseButtonEventArgs e)
 {
     presentationHandler.moveSelectedStageUp();
 }