@DependsOn({ "selectedBook", "clientType", "monthlyReportYear" })
public AnnotationDateMonthlyGroupingModel getAnnotationsDateMonthlyGroupingModel() {
List<Annotation> anotations = getAnnotationsInAscendingDateOrder(Optional
.of(monthlyReportYear));
return new AnnotationDateMonthlyGroupingModel(anotations,
new AnnotationDateMontlyComparator(), true);
}