public SyncController(IMapper mapper, cgDbContext cgDbContext)
 {
     _mapper      = mapper;
     _cgDbContext = cgDbContext;
 }
 public NodeDescriptionController(IMapper mapper, cgDbContext cgDbContext)
 {
     _mapper      = mapper;
     _cgDbContext = cgDbContext;
 }