public void AddRange(IEnumerable <Location> entities)
 {
     _locationrepository.AddRange(entities);
 }