I am trying to do a date range filter using the following linq:
IQueryable movies= _context.Movies .OrderByDescending(i => i.Id).