public Notificacao ObterPorCodigo(long codigo)
 {
     return(repositorioNotificacao.ObterPorCodigo(codigo));
 }