I have ValidationAttribute like:
public class Username : ValidationAttribute { public override bool IsValid(object value) { if (value == null) re