public int InsertNotebook(NotebookModel notebook) { int newNotebookId = _sql.CreateNotebook("dbo.spNotebook_Insert", notebook, "TulipData"); return(newNotebookId); }