module Wco::Utils::ClassMethods

def list

def list
  [[nil,nil]] + all.map { |a| [ a, a.id ] }
end