partial void DeleteServerPCEvent(ServerPCEvent instance);
 partial void InsertServerPCEvent(ServerPCEvent instance);
 partial void UpdateServerPCEvent(ServerPCEvent instance);
		private void detach_ServerPCEvent(ServerPCEvent entity)
		{
			this.SendPropertyChanging();
			entity.ServerAlerts = null;
		}