public function __construct(Song $song) { parent::__construct($song); }
public function __construct($id) { parent::__construct($id); }