private void MI_Save_Image_Click(object sender, RoutedEventArgs e) { if (ImageBox_Main.Source != null) { ImagesUtility.SaveImageDialog(); } }