public Task <List <LocalLocation> > GetLocations()
 {
     return(serverModel.GetLocationsAsync());
 }