namespace VAR.WebForms.Common.Controls { public interface IValidableControl { bool IsValid(); } }