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