private void Browse_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     WpfCommands.Executed(this, sender, e);
 }
 private void Browse_CanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     WpfCommands.CanExecute(this, sender, e);
 }