public static List <BannerInfo> BannerInfo_GetById(string Id)
 {
     return(db.BannerInfo_GetById(Id));
 }