public IActionResult GetAllSpacesByGarageAndFloor(string username, int id, int floor)
 {
     return(Ok(_repository.GetAllSpacesByGarageAndFloor(username, id, floor)));
 }