public function update_status()
 {
     $lib = new section_lib_ad();
     $lib->update_status();
 }
                    <div class="form-group">
                        <label>department <?php 
echo tpl_section::section();
?>
 : </label>
                        <select name="<?php 
echo tpl_section::section() . '_' . tpl_section::id_department() . '_update';
?>
"
                                id="<?php 
echo tpl_section::section() . '_' . tpl_section::id_department() . '_update';
?>
"
                                class="form-control">
                            <?php 
$new = new section_lib_ad();
echo $new->find_department();
?>
                        </select>
                    </div>

                    <button type="submit" class="btn btn-success" id="update" name="update">Save</button>
                </form>
                </br>
                </br>
                <div class="" id="result_massages_update"></div>
            </div>
        </div>
    </div>
</div>