public int?DonnerParNom(ChercherPar cp)
        {
            AbonnementService rs = new AbonnementService();

            return(rs.DonnerParNom(cp.chercheString));

            throw new NotImplementedException();
        }