public Certificado ObterPorId(int id)
 {
     return(_certificadoRepository.ObterPorId(id));
 }