public PersonsController(TreeDbContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }