public function __construct()
 {
     parent::__construct();
     $this->id = 'route';
     $this->name = 'Route';
     $this->ressourceId = 'routes';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'season';
     $this->name = 'Season';
     $this->ressourceId = 'seasons';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'network';
     $this->name = 'Network';
     $this->ressourceId = 'networks';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'stop_point';
     $this->name = 'Stop Point';
     $this->ressourceId = 'stop_points';
 }