public ImageViewModel(IImageRead image, int index = -1) { Source = image; Bitmap = Source.GetBimapSource(); Index = index; }