public void Post([FromBody] BannerModel banner)
 {
     _banner.Insert(banner);
 }