public DataController(Context.ForbiddenBooksContext context)
 {
     this.context = context;
 }
 public DataController()
 {
     context = new Context.ForbiddenBooksContext();
 }