/// <summary>
 /// Refresh the Information Model contents
 /// </summary>
 public void Refresh()
 {
     // refresh the information models
     _patientRootInformationModel.RefreshInformationModel();
     _studyRootInformationModel.RefreshInformationModel();
     _patientStudyOnlyInformationModel.RefreshInformationModel();
 }