public static void Delete(Guid id) { AuthorDao dao = new AuthorDao(); dao.DeleteWhereIDIs(id); s_logger.Debug($"DELETE Author:{id}"); }