Sort modules and groups with their names

Property definitions

nitc $ MPackageTree :: sort_with_alpha
	# Sort modules and groups with their names
	fun sort_with_alpha
	do
		sort_with(alpha_comparator)
	end
src/model/model_viz.nit:41,2--45,4