public List <Movie> GetList(string p) { return(_movieDal.GetListDetail(x => x.MovieName.Contains(p))); }