public IActionResult AdminGetDetailBanner(int id)
 {
     return(Ok(_bannerAppService.GetDetailsBanner(id)));
 }