public void Create(MovieToDal m) { _repo.Insert(m.toDal()); }
public void Update(MovieToDal m) { _repo.Update(m.toDal()); }