public void selectCategory() throws ClassNotFoundException {
   Class<?> c = Class.forName(category.getImage());
   check(c);
 }