public function addControl($param_name, AphrontFormControl $control)
 {
     $celerity_id = celerity_generate_unique_node_id();
     $control->setID($celerity_id);
     $this->dynamics[$param_name] = $celerity_id;
     return $this;
 }