export interface ICriteria { Id:number, Name:string, InitiatorId:number, Checked:boolean, Disabled:boolean }