public void OnPanelClosed(View panel)
 {
     if (messagePager != null)
     {
         messagePager.EnableTouchEvents(true);
     }
 }