public IList <Sector> GetSectors(IDbConnection connection)
 {
     return(_gSectorsService.GetInitSectors(connection));
 }