public StatusDto GetStatusByDescription(string description) { return(_mapper.Map <StatusDto>(_statusRepository.GetByDescription(description))); }