private void buttonBugid_Click(object sender, EventArgs e)
 {
     dataGridViewList.DataSource = bc.getallbugbyid(Int32.Parse(textBoxBugid.Text));
 }