public void CreatePowerUp()
 {
     currentPowerUp = PowerUpManager.CreatePowerUp(currentPowerUp, powerUpPrefab);
 }