public static JsonRepository GetInstance()
        {
            if (instance == null)
            {
                instance = new JsonRepository();
            }

            return(instance);
        }
        public static JsonRepository GetInstance()
        {
            if (instance == null)
            {
                instance = new JsonRepository();
            }

            return instance;
        }