public DeductionController(DeductionContext context)
 {
     _context = context;
 }
 public DeductionInitializer(DeductionContext context)
 {
     _context = context;
 }