/**
  * @name selectAll()
  * @return array(CompteAbonnementVO)
  * @desc Retourne une liste de CompteAbonnementVO
  */
 public function selectAllAbonnement()
 {
     return CompteAbonnementManager::selectAll();
 }