private void Save2() { user.Save(); if (!IsChanged) { return; } try { UOW.CommitChanges(); } catch (Exception ex) { throw; } }