public List <PerfilBE> GetVacante(int CategoriaId, int UsuarioId) { return(_PerfilService.List_Perfil_APP(CategoriaId, UsuarioId)); }