public int IsMarketPhoneExist(string marketPhone, long id)
 {
     return(_marketRepository.IsMarketPhoneExist(marketPhone, id));
 }