public SqlRoomRepo(CinemaContext context) { _context = context; }
public SqlUserRepo(CinemaContext context) { _context = context; }
public SqlSectionRepo(CinemaContext context) { _context = context; }
public SqlFilmRepo(CinemaContext context) { _context = context; }