Cb_Insert_User_Func <- {};
function Cb_insert_user(C_Area, C_User) {
foreach(_Index, Func in Cb_Insert_User_Func) {
Func(C_Area, C_User);
}