public void AddLocation(Location location)
 {
     _repository.AddLocation(location);
 }