public void Rollback() { try { database.Rollback(); } catch (Exception ex) { throw new Exception("error " + ex.Message); } }