public IActionResult Get(int id)
 {
     return(Ok(rankService.GetByRestaurantId(id)));
 }