private void CommandBinding_OnCanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     ViewHelper.CopyCommandOnCanExecute(sender, e);
 }