public void ExcluirHistoriaPregressa(int id)
 {
     _repository.ExcluirHistoriaPregressa(id);
 }