protected internal override void OnDoubleClick(int x, int y)
 {
     Network.Send((Packet) new PProfileRequest(this.m_Mobile));
 }