public void CreateCookBook(string name, string author) { int bookID = db.CreateCookbook(name, author); CreateCookBook(name, author, bookID); }