﻿function ShowPopup() {
    var modalPopupBehavior = $find('panelWaitBehavior');
    modalPopupBehavior.show();
}
