public List <Seo> GetSeoListByTitle(string title)
 {
     return(dal.GetSeoListByTitle(title));
 }