public IEnumerable <Documentacao> GetAll()
 {
     return(_documentacaoRepository.GetAll());
 }