private void PatientDocumentDtosCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
 {
     ImportC32DocumentCommand.RaiseCanExecuteChanged();
     DeleteDocumentCommand.RaiseCanExecuteChanged();
 }