private void UCLoadData(BaseUserControl uc) { if (current != null && current != uc.service) { uc.LoadData(current); } }