﻿function _onCancelPopupClick(e) {
  this.hide(); 
   e.preventDefault(); 
  return false;
}

