public static List<AgentDTO> ChargerListeAgents()
 {
     using (AgentDAO agentDAO = new AgentDAO()) {
         return agentDAO.ChargerListeAgents();
     }
 }