public AllDataApiController(IAllDataRepository _allDataRepository)
 {
     allDataRepository = _allDataRepository;
 }