if (Validator.Validate(_tbEmail.Text))
{
this.AddLogEntry("Valid Email address");
}
else
this.AddLogEntry("Invalid Email address");