public Market GetById(long Id)
 {
     return(_marketRepository.GetByID(Id));
 }