public static bool Update(FamillesArticle y)
 {
     try
     {
         return(FamillesArticleDAO.updateFamillesArticle(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Modification Impossible", ex);
     }
 }