public IEnumerable <Favorite> GetFavoritesByIdS(int id, string type_) { return(favoriteService.GetFavotiresByIdUserS(id, type_)); }