public System.Collections.Generic.IEnumerable <Perfil> ObterPerfis(string usuarioId)
 {
     return(_repositorio.ObterPerfis(usuarioId));
 }