public List <Location> FindAll()
 {
     return(locationRepo.FindAll());
 }