public List <PointOfInterest> List(Func <PointOfInterest, bool> Criteria)
 {
     return(_Repository.List(null));
 }