public Entity.Movie GetById(int Id) { return(_movieDal.GetById(Id)); }
public Movie GetById(int id) { return(_movieDal.GetById(id)); }