public async Task <IEnumerable <StaticData2> > GetZones(string lang) { return(await zRepository.GetAllZones(lang)); }