public async Task <string> GetMarketName(int id)
 {
     return(await _marketRepository.GetMarketName(id));
 }