public IActionResult GetInUse(int id)
 {
     return(Ok(_repository.GetInUseSpaces(id)));
 }