/**
  * @name getAllActif()
  * @return array(AdherentViewVO)
  * @desc Retourne la liste des adhérents
  */
 public function getAllActif()
 {
     return AdherentViewManager::selectAllActif();
 }