private void ButtonModify_Click(object sender, RoutedEventArgs e)
 {
     ViewModel.ModifyImage();
 }