public List <Seo> GetSeoListByWebMenuId(int webMenuId)
 {
     return(dal.GetSeoListByWebMenuId(webMenuId));
 }