if(b.getDescription().equals(description)) {
i++;
}
}
for (int j = 0; j < i; j++) {
system.execute(new RemoveBillCategory(parentDescription, description));
}
system.execute(new AddBillCategory(parentDescription, description));
} catch (Exception e) {
e.printStackTrace();
}