public void RefreshData()
 {
     GridView1.DataSource = StudentBusinessLogic.GetAllStudent();
     GridView1.DataBind();
 }