public void OpenNewCashTradeWindow()
 {
     _windowFactory.CreateNewCashTradeWindow(_currentFund);
     RefreshCurrentFund();
 }