private void PreviewCanvas_LeftMouseDown(object sender, MouseButtonEventArgs e)
 {
     presentationHandler.canvasBackgroundClicked();
 }