public HistoriaPregressa ObterHistoriaPregressaPorId(int id)
 {
     return(_repository.ObterHistoriaPregressaPorId(id));
 }