Helper methods are useful to make code more compact:
Model.create() - creates a new object and saves it to DB. Returns a new instance
model_instance.update() - sets new fields to the existing object and saves it to DB
model_instance.set() - sets new fields to the existing object, without saving it to DB