public void ShowError(int id, string text) { if (areaControl != null) { areaControl.ShowError(id, text); } }