void initializeEquipment(AbstractFactory af)
 {
     bulletfactory = af.CreateBullet();
     Armor         = af.CreateArmor();
 }