@IBAction func checkJoshHal(_ sender: Any) {
        let workspace = NSWorkspace.shared
        let url = URL(string: "https://www.jetsoncreative.com/aerial")!
        workspace.open(url)
    }