public void load(ContentManager content)
 {
     primaryWeapon.load(content);
     secondaryWeapon.load(content);
 }