public async Task <IEnumerable <IInterest> > GetAllInterests()
 {
     return(await _interestsRepository.GetAllInterestsAysnc());
 }