public IList <GGeometryPlanetDataModel> AddOrUpdateGeometryPlanets(IList <GGeometryPlanetDataModel> dataModel, IDbConnection connection)
        {
            var db = _planetGeometryRepo.AddOrUpdateAllModels(connection, dataModel);

            return(_planetGeometryCache.UpdateLocalItems(connection, db));
        }