public void Add(PowerUp p) { if(quantity < maxAmountOfEach){ powerUps.Push(p); }else{ p.DeletePowerUp(); } }