private void detach_ErrorLogs(ErrorLog entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
		private void attach_ErrorLogs(ErrorLog entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
 partial void UpdateErrorLog(ErrorLog instance);
 partial void DeleteErrorLog(ErrorLog instance);
 partial void InsertErrorLog(ErrorLog instance);