public void Create(HumanModel model) { var entity = _mapper.Map <Human>(model); _humansRepository.Create(entity); }