public void CreateTransaction() { try { Trans = Conn.BeginTransaction(); } catch (Exception) { throw; } }