public static bool BannerInfo_Delete(string Id)
 {
     return(db.BannerInfo_Delete(Id));
 }