public void ShowGrid(string filter) { SetBusy(); if (gridForm != null) { gridForm.SetFilter(filter); ShowGrid(); } ClearBusy(); }