public ILocation Get(int id)
 {
     return(_repo.Single(id));
 }