public void Fill()
 {
     dataGridView1.DataSource = bll.getAllAdmin();
 }