private void FindIP_Button_Click(object sender, EventArgs e)
 {
     try
     {
         IP_TextBox.Text = PS4DBG.FindPlayStation();
     }
     catch
     {
         MessageBox.Show("Couldn't find ps4", "Failed");
     }
 }