public static bool DestroyUsers() { try { return(UsersDAO.DestroyUsers()); } catch (Exception ex) { throw new Exception("Echec de Création de fichier", ex); } }