public OrderTblsController(DemodbContext context)
 {
     _context = context;
 }
 public LINQPracticeController(DemodbContext context)
 {
     _context = context;
 }