public void Attach(BaseActor actor) { actor.Attach(this); }
public BaseController(BaseActor actor) { Actor = actor; Actor.Attach(this); }