private void comboBox4_SelectionChangeCommitted(object sender, EventArgs e)
 {
     presenter.GetCardInfo();
 }