public List <Stations> FetchStationsAPI(int LineID) { var result = exceptionService.FetchStations(LineID); return(result); }