public IList <Banner> GetBannerByWebMenuId(Guid webMenuId) { return(dal.GetBannerByWebMenuId(webMenuId)); }