public static List <Serie> List(string y) { try { return(SerieDAO.listSerie(y)); } catch (Exception ex) { throw new Exception("Liste Impossible", ex); } }