public void MergeFavourite(int userId, int id, int quantity) { _favouriteRepository.MergeFavourite(userId, id, quantity); }