public IActionResult UpdateLocations(int id, Locations location)
 {
     return(Ok(_storage.UpdateLocation(id, location)));
 }