export interface IDivision { active: boolean; id: number; link: string; name: string; }