public void UpdateName(string value, int ActivityID)
 {
     activity_db.UpdateName(value, ActivityID);
 }