public async Task <int> AddLocationAsync(Location theLocation)
 {
     return(await _repository.AddLocationAsync(theLocation));
 }