/**
  * @name getAbonnesProduit($pIdProduitAbonnement)
  * @return array(ListeAbonnesProduitViewVO)
  * @desc Retourne une liste de ListeAbonnesProduitViewVO
  */
 public function getAbonnesProduit($pIdProduitAbonnement)
 {
     return ListeAbonnesProduitViewManager::select($pIdProduitAbonnement);
 }