private WeaponCategory fetchCategoryForWeapon() {
   return WeaponCategory.from(weapon.getCategorySID());
 }