﻿function HidePopup(modalPopup) {
    $find(modalPopup).hide();
}
