public IActionResult GetAllLocations()
 {
     return(Ok(_storage.GetAllLocations()));
 }