public PersonLogic(IPersonBackend memoryPersonBackend)
 {
     _personBackend = memoryPersonBackend;
 }