public void Add(Inscricao item)
 {
     item.DataInscricao = DateTime.Now;
     _inscricaoRepository.Add(item);
 }