1.int search = (int) Enum.Friday;
2. var books =(from s in context.books
where s.Day == search
select s ).ToList();