public IEnumerable <tb_ocorrencia> ListarTodasOcorrencias()
 {
     return(ocorrenciaService.GetAll());
 }