public List <Location> GetAllLocations()
 {
     return(JsonFileReader.ReadJsonLocation(filePath));
 }