public static void RemovePowerUp(PowerUp p) { PowerUps.Remove(p); }
public static void AddPowerUp(PowerUp p) { PowerUps.Add(p); }