public void AddNewTags(string newTags)
 {
     _tagRepo.AddNewTags(newTags);
 }