private void detach_systemLogInfo(systemLogInfo entity)
		{
			this.SendPropertyChanging();
			entity.employeeInfo = null;
		}
 partial void UpdatesystemLogInfo(systemLogInfo instance);
 partial void DeletesystemLogInfo(systemLogInfo instance);
 partial void InsertsystemLogInfo(systemLogInfo instance);