public IActionResult GetOut(int id)
 {
     return(Ok(_repository.GetOutSpaces(id)));
 }