public void RunSlideshow(SlideshowModel model)
 {
     var show = new SlideshowWindow(model);
     show.Show();
 }