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