public static List <Parametre> List(string query) { try { return(ParametreDAO.getList(query)); } catch (Exception ex) { throw new Exception(ex.Message); } }