private void btnCalulate_Click(object sender, EventArgs e)
 {
     bs.DataSource = pres.Calulate(cbCurrency.SelectedItem.ToString());
 }