public CommandController(ZombieContext db)
 {
     this.db = db;
 }
 public ZombiesController(ZombieContext db)
 {
     this.db = db;
 }