public Market Get(long id)
 {
     return(repository.Get(id));
 }