public void Delete(Exame entity) { CheckIsNull(entity); CheckNotContains(entity); _repository.Remove(entity); }