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