public DrugController(DrugStoreContext db)
 {
     _db = db;
 }
 public OrdersController(DrugStoreContext db)
 {
     _db = db;
 }