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