public CinemaBase(string conn) { context = new CinemaContext(conn); }
public CinemaBase() { context = new CinemaContext(); }