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