public static TermType get(int id) {
   return (TermType) Term.get(id, list);
 }