removeModelByName : function(name)
    {
      var db = this.__models;
      var model = db[name];
      if (model)