public void Create(Location location)
 {
     LocationRepo.AddLocation(location);
 }