public static bool Delete(FamillesArticle y)
 {
     try
     {
         return(FamillesArticleDAO.deleteFamillesArticle(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Suppression Impossible", ex);
     }
 }