public void Delete() { using (ORMHandler orm = DatabaseManager.ORMHandler) { orm.BeginTransaction(); Delete(orm); orm.Commit(); orm.Close(); } }