public CategoryController(IGanoolService ganool, IMemoryCache cache, IOptions <Settings> options)
 {
     setting             = options.Value;
     this.ganool         = ganool;
     this.ganool.SiteUrl = BaseUrl;
     this.cache          = cache;
 }
		public CategoryController(IGanoolService ganool, IMemoryCache cache, IOptions<Settings> options)
	    {
			setting = options.Value;
			this.ganool = ganool;
			this.ganool.SiteUrl = BaseUrl;
			this.cache = cache;
	    }