public void refreshDataGridView()
 {
     kryptonDataGridView1.DataSource = bllControllerInfo.GetAllList().Tables[0];
     //this.refreshDataGridView();
 }