public static Int32 Current(FamillesArticle y)
 {
     try
     {
         return(FamillesArticleDAO.currentFamillesArticle(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Retour Impossible", ex);
     }
 }