void PostSymptoms()
 {
     GridView3.DataSource = ClassDataManager.LoadSymptoms(illnessc);
     GridView3.DataBind();
 }