private void ButtonResetImage_Click(object sender, RoutedEventArgs e)
 {
     ViewModel.ResetImage();
 }