public function listeArticlesPanier()
 {
     $client = unserialize($_SESSION['client']);
     $id = $client->cli_id;
     $list = T_e_commande_com::findPanier($id);
     return $list;
 }