export class CentresService {

  constructor(private http: HttpClient) { }

  getCentres(year): Observable<Centre[]> {