public static bool BannerInfo_Update(BannerInfo data)
 {
     return(db.BannerInfo_Update(data));
 }