public IActionResult AdminGetDetailBill(int id)
 {
     return(Ok(_billAppService.GetDetailsBill(id)));
 }