public DelegationController(Business_TripsContext context) { _context = context; }
public EmployeeController(Business_TripsContext context) { _context = context; }