public InfomationViewComponent(IInfomationService infomationService, IMapper mapper)
 {
     _infomationService = infomationService;
     _mapper            = mapper;
 }
 public InfomationController(IInfomationService infomationService, IMapper mapper)
 {
     _infomationService = infomationService;
     _mapper            = mapper;
 }