public List <UserFavourites> Favourites(string userId)
 {
     return(_weatherRepository.Favourites(userId));
 }