private void _acceptButton_Click(object sender, EventArgs e)
 {
     _component.Accept();
 }