CategoryManager dataObjectManager = new CategoryManager();
Category oldDataObject = null;
try {
oldDataObject = dataObjectManager.selectCategory(id);
} catch (AppException ex) {
Logger.getLogger(AppController.class.getName()).log(Level.SEVERE, ex.getMessage(), ex);
throw ex;
}