void Update() { if (errors.Count > 0) { WarningModel model = errors[0]; window.Active(model); errors.RemoveAt(0); } }