public Movie Get(string id)
 {
     return(_repo.GetOne(id));
 }