public List <Advertisement> GetSellerAds(int userId) { return((List <Advertisement>)_advertisementRepository.GetSellerAds(userId)); }