@DependsOn({"quarterlyReportYear","selectedBook"})
public AnnotationDateQuarterlyGroupingModel getAnnotationsDateQuarterlyGroupingModel() {
TestTolerantClients.clearBusy();
return new AnnotationDateQuarterlyGroupingModel(
getAnnotations(quarterlyReportYear),
new AnnotationDateQuarterlyComparator(), true);
}