public void RemoveBehavior(Behavior behavior) { Behaviors.Remove(behavior); }
public void AddBehavior(Behavior behavior) { Behaviors.Add(behavior); }