var Modal = {
  Load: function (title, content) {
    require(['Magento_Ui/js/modal/alert'], function (alert) {
      alert({
        title: title,