public IEnumerable <Person> GetPeopleByOrganisation(string orginasation) { return(repo.ReadPeopleByOrganisation(orginasation)); }