public BloodStocksController(IBloodStockInfoRepository repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }