private void SellWeapon(Weapon weapon, WeaponView view) { _playerWeapons.BuyWeapon(weapon); view.SellButtonClick -= SellWeapon; }