private void bt_Remove_Click(object sender, EventArgs e) { if (mib.Remov(Convert.ToInt32(tb[4].Text))) { this.GetDatalist(); } }