public static DAOEntreprise GetInstanceDAOEntreprise()
 {
     if (uneInstanceDAOEntreprise == null)
     {
         uneInstanceDAOEntreprise = new DAOEntreprise();
     }
     return(uneInstanceDAOEntreprise);
 }
 public static DAOEntreprise GetInstanceDAOEntreprise()
 {
     if (uneInstanceDAOEntreprise == null)
     {
         uneInstanceDAOEntreprise = new DAOEntreprise();
     }
     return uneInstanceDAOEntreprise;
 }