public IActionResult Get(string username)
 {
     return(Ok(_repository.GetGarages(username)));
 }