*/
public InternalFrameCategory() {
try {
initComponents();
categoryDAO = new CategoryDAOImpl(DatabaseConnection.getInstance().getConnection());
reloadCategories();
} catch (ClassNotFoundException ex) {
Logger.getLogger(InternalFrameCategory.class.getName()).log(Level.SEVERE, null, ex);
} catch (SQLException ex) {
Logger.getLogger(InternalFrameCategory.class.getName()).log(Level.SEVERE, null, ex);