public ActionResult <List <Location> > Get()
 {
     return(_locationsService.Get());
 }