public void delete(Guid id) { using (BookLibrary dc = new BookLibrary(connectionString, mapping)) { dc.removeBook(id); } }