public virtual bool Pre_Save() { bool result = false; try { result = true; } catch ( Exception ex ) { result = false; } return result; }