private void LoadCenterList()
 {
     centerNameDropDownList.DataSource     = aCenterManager.GetTheCenter(thanaDropDownList.SelectedValue);
     centerNameDropDownList.DataValueField = "CenterId";
     centerNameDropDownList.DataTextField  = "CenterName";
     centerNameDropDownList.DataBind();
 }