public bool SupprimerEnfant(int id, int idEnfant) { return(_rep.SupprimerEnfant(id, idEnfant)); throw new NotImplementedException(); }