public IList <InterestTag> GetAllInterestTags()
 {
     return(_interestTagRepository.GetAll());
 }