public SpeciesService(IFishManagerRepository repo) { _repo = repo; _mapper = DefaultMapper.GetInstance(); }