public List <Deal> GetDealsForGroup(int dealGroupId)
 {
     return(dealRepository.GetDealsForGroup(dealGroupId));
 }