public PranksController(IMockPrank db)
 {
     this.db = db;
 }
 public PranksController()
 {
     this.db = new EFPrank();
 }