public function __construct($id = 0)
 {
     parent::__construct();
     if ($id) {
         $this->charger($id);
     }
 }