public IList <Banner> GetBannerByTitleInTrash(string title) { return(dal.GetBannerByTitleInTrash(title)); }