public void ShowMainView(UserDTO user) { _mainPresenter.LoadAll(); _rootView.SetUserControl((BaseUserControlUC)_mainPresenter.GetMainView()); }