private void resetPoints() {
   this.m_inventory.reset();
   this.m_modifications.clear();
   for (final AptitudeBonusCategoryView c : this.m_categories) {
     c.fireAllChanged();
   }
 }