public IActionResult GetSingleLocation(int id)
 {
     return(Ok(_storage.GetSingleLocation(id)));
 }