public Evacuation_Encounter_Shelter_Employee Evacuation_Encounter_Shelter_Employee_update(int ID)
 {
     Evacuation_Encounter_Shelter_Employee = Evacuation_Encounter_Shelter_Employee.Select(ID);
     Evacuation_Encounter_Shelter_Employee.Evacuation_Encounter_Shelter_Employee_ID = Convert.ToInt32(Update_Evacuation_Encounter_Shelter_Employee_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Shelter_ID         = Convert.ToInt32(Update_Shelter_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Employee_ID        = Convert.ToInt32(Update_Employee_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Evacuation_Area_ID = Convert.ToInt32(Update_Evacuation_Area_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Encounter_ID       = Convert.ToInt32(Update_Encounter_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Update(Evacuation_Encounter_Shelter_Employee);
     Insert_Evacuation_Encounter_Shelter_Employee_GridView.DataBind();
     Update_Evacuation_Encounter_Shelter_Employee_GridView.DataBind();
     Delete_Evacuation_Encounter_Shelter_Employee_GridView.DataBind();
     return(Evacuation_Encounter_Shelter_Employee);
 }
 public Evacuation_Encounter_Shelter_Employee Evacuation_Encounter_Shelter_Employee_update(int ID)
 {
     Evacuation_Encounter_Shelter_Employee = Evacuation_Encounter_Shelter_Employee.Select(ID);
     Evacuation_Encounter_Shelter_Employee.Evacuation_Encounter_Shelter_Employee_ID = Convert.ToInt32(Update_Evacuation_Encounter_Shelter_Employee_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Shelter_ID = Convert.ToInt32(Update_Shelter_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Employee_ID = Convert.ToInt32(Update_Employee_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Evacuation_Area_ID = Convert.ToInt32(Update_Evacuation_Area_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Encounter_ID = Convert.ToInt32(Update_Encounter_ID_txt.Text);
     Evacuation_Encounter_Shelter_Employee.Update(Evacuation_Encounter_Shelter_Employee);
     Insert_Evacuation_Encounter_Shelter_Employee_GridView.DataBind();
     Update_Evacuation_Encounter_Shelter_Employee_GridView.DataBind();
     Delete_Evacuation_Encounter_Shelter_Employee_GridView.DataBind();
     return Evacuation_Encounter_Shelter_Employee;
 }