public IList <PerfilEntity> Listar()
 {
     return(_perfilRepositorio.Listar());
 }