public bool DeleteBannerConfig(int Id)
 {
     return(DalBannerConfig.DeleteBannerConfig(conn, Id));
 }