// --------------------------
 private void SelectMainImageButtonClick(object sender, EventArgs e)
 {
     ThumbnailImageSelectionForm thumbnailImageSelectionForm = new ThumbnailImageSelectionForm(this.dataContext);
     thumbnailImageSelectionForm.Show(this);
 }
        // --------------------------

        private void SelectMainImageButtonClick(object sender, EventArgs e)
        {
            ThumbnailImageSelectionForm thumbnailImageSelectionForm = new ThumbnailImageSelectionForm(this.dataContext);

            thumbnailImageSelectionForm.Show(this);
        }