public void SetState(WorldState state) { State = state; }
public Management(List <Director> directors) { State = new WorldState(directors); }