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