private void SendEstateBlueBoxMessage( IClientAPI remote_client, UUID invoice, UUID senderID, UUID sessionID, string senderName, string message) { IDialogModule dm = m_scene.RequestModuleInterface <IDialogModule>(); if (dm != null) { dm.SendNotificationToUsersInEstate(senderID, senderName, message); } }