//-----------------------------------------------------------------------------
 public static CFournisseurTransactionCheckNbElement GetInstance()
 {
     if (m_instance == null)
     {
         m_instance = new CFournisseurTransactionCheckNbElement();
     }
     return(m_instance);
 }
 public void OnCloseSession()
 {
     CFournisseurTransactionCheckNbElement.OnCloseSession(m_nIdSession);
 }