public IEnumerable <Favorite> GetFavoritesById(int id, string _type) { return(favoriteService.GetFavotiresByIdUser(id, _type)); }