public void ResetPowerup(Powerup sender)
 {
     sender.DisableTrail();
     activated.Remove(sender);
     deactivated.Add(sender);
 }