private void PBCapture_MouseEnter(object sender, EventArgs e)
 {
     CurrentDisplayBox = PBCapture;
 }
 private void PBAnalysis_MouseEnter(object sender, EventArgs e)
 {
     CurrentDisplayBox = PBAnalysis;
 }