public static function get_old_manager($work_num)
 {
     $store = Dao_Broker_BrokerInfo::get_manager_info($work_num);
     return $store;
 }