private void button2_Click(object sender, EventArgs e)
 {
     dataGridView2.DataSource = pc.GetAllProjectsbyid(Int32.Parse(textBox2.Text));
 }