public void TestFermeture()
        {
            HistoriqueProjetView tt = new HistoriqueProjetView();

            tt.Close();
            //var clientVm = ViewModelLocator.ResearchClientVm;
        }
 public void CloseHistoricWindow()
 {
     _hitoricWindow.Close();
     _hitoricWindow = null;
 }
 public void CopyHistory()
 {
     //_hitoricWindow = null;
     _hitoricWindow = new HistoriqueProjetView();
     _hitoricWindow.ShowDialog();
 }