export interface IBreadcrumbs { name: string; url: string; localStogare?: string; }