public IEnumerable<Person> Get()
 {
     var repository = new ExampleDataRepository();
     return repository.GetSomePeople();
 }