public void cancelButtonClick()
 {
     if (selectStatus == Status.SHARE)
     {
         share.cancel();
     }
 }