public List <Location> GetAll()
 {
     return(_locationsRepository.GetAll());
 }