どの画面から呼んでも大丈夫!
・Viewのモーダル表示
UIApplication.shared.keyWindow?.addSubview(view)
UIApplication.shared.keyWindow?.bringSubview(toFront: view)
UIApplication.shared.keyWindow?.bringSubview(toFront: view)
・消し方(表示したViewの閉じるイベントで呼ぶ)
self.removeFromSuperview()