public List<Subcategory> choices2NewToDo(final String description, final Category category) { return Subcategory.listFor(category); }
public List<Subcategory> choices1Categorized(final Category category) { return Subcategory.listFor(category); }