public bool Validate(string code)
 {
     CtrEmail ctrEmail = new CtrEmail();
     return ctrEmail.checkCodeExist(code);
 }