private void U235PercentTextBox_Leave(object sender, EventArgs e)
 {
     mp.PctTextBox_Leave(((TextBox)sender), ref cal_curve.percent_u235);
 }