public static ManagerEntreprise GetInstanceManagerEntreprise()
 {
     if (leManagerEntreprise==null)
     {
         leManagerEntreprise = new ManagerEntreprise();
     }
     return leManagerEntreprise;
 }
 public static ManagerEntreprise GetInstanceManagerEntreprise()
 {
     if (leManagerEntreprise == null)
     {
         leManagerEntreprise = new ManagerEntreprise();
     }
     return(leManagerEntreprise);
 }