private void FindPatientPhotos() { _photos = _photoService.FindAllByPatientIdAndDateRange(_selectedPatient.Id.Value, DateFrom.Value, DateTo.Value); RefreshPhotoGridData(); }