If you want to replace a model with another model, without instantiating a new class, you now need to do .parse(model.toJS()). Perhaps we can do this automatically. Or maybe this should be a separate function, which replaces that model with the new one while keeping the instance.