public int AddNew(UserGroupDTO data) { this.CheckDataBeforeSave(data); return(m_daoUserGroup.AddNew(data)); }