public IEnumerable <Movie> Get()
 {
     return(_repo.GetAll());
 }