public List <TRS_Domain.CATEGORY.Data> GetAllInterestCategories()
 {
     return(_interestRepo.GetAllCategories());
 }