public function __construct()
 {
     parent::__construct();
 }
 /**
  * Not implemented yet.
  * TODO: Use the Accept-Language to get the language to use
  */
 public function getLanguage()
 {
     return parent::getLanguage();
 }