isInstance : function(a, b, message)
    {
      try{
        core.Assert.isInstance(a, b);
      } catch(ex) {