public static void view(Long id) { Club club = Club.findById(id); ObjectType type = ObjectType.get(getControllerClass()); render(type, club); }