using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace NEducation.Models { public class EbookModel { public List ebooks { get; set; } public String id { get; set; } public Ebook now { get; set; } public List