public static Serie One(Int32 y) { try { return(SerieDAO.oneSerie(y)); } catch (Exception ex) { throw new Exception("Retour Impossible", ex); } }