public void Add(Notebook model)
        {
            model.ValidateModel();

            _notebooks.AddWithUniqueId(model);
        }