Private Sub DroneButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DroneButton1.Click
        Call OpenURL("http://www.empiremethod.com")
    End Sub
    Private Sub OpenURL(ByVal URL As String)
        System.Diagnostics.Process.Start("http://www.empiremethod.com")
    End Sub

