export class ControlValidation { ValidateControl =(): boolean => { return true; } IsValid: boolean; dyRequired:boolean }