void CreatePrivateFunction(string name)
 {
     helper.CreatePrivateMethod(name);
     CreateFunction();
 }