public IQueryable <Market> GetSingle(int?marketId)
 {
     return(_marketRepository.GetSingle(marketId));
 }