public void AddOccupiedSeats(AiringMovie airingMovie)
 {
     _context.GetOccupiedSeats(airingMovie);
 }