public PersonRepositoryService(List <Person> persons)
 {
     _allpersons = PersonsRepository.GetAllPersons().ToList();
 }