public void OpenNewFxTradeWindow()
 {
     _windowFactory.CreateNewFXTradeWindow(_currentFund);
     RefreshCurrentFund();
 }