void PostTreatment()
 {
     GridView4.DataSource = ClassDataManager.LoadTreatments(illnessc);
     GridView4.DataBind();
 }