export interface IInitiator { Id?:number; Title:string; CompanyType?:string; }