public function __construct($id = 0)
 {
     parent::__construct();
     if ($id) {
         if (!$this->charger($id)) {
             throw new TheliaAdminException("Devise not found", TheliaAdminException::DEVISE_NOT_FOUND);
         }
     }
 }