public List<HashTag> Get()
        {
            var read = new FITlosophiOperations();

            return read.GetAllTags();
        }