public static Serie Save(Serie y) { try { return(SerieDAO.saveSerie(y)); } catch (Exception ex) { throw new Exception("Insertion Impossible", ex); } }