public MsgBoxEventArgs(enmAnswer answer, string args)
 {
     Answer = answer;
     Args = args;
 }