LDEV-4507 Prevent duplicate groups with a DB constraint
Lesson staff groups need to have order id different than 1 so they do
not clash with learner groups.
Fetch lesson learner count faster by an exact query rather than fetching
all learners with Hibernate and counting them.