public static string CargarComboRol(string idUsuario) { return(gestorUsuario.BuscarUsuarioJSON(Int32.Parse(idUsuario))); }