public DeptController(HRMContext context) { _context = context; }
public EmployeeController(HRMContext context) { db = context; }