void Awake() { instance = this; model = GetComponent <DialogModel>(); view = GetComponent <DialogView>(); }